[android-developers] How to Change label of activity dynamically?

2010-07-14 Thread dilu
Hi, When we create a new activity, in the Android.manifest file, we can set some text for the activity's label. It looks like: activity class=MyActivity android:label=Some text here! Is there anyway to access that programatically and change it during runtime? Regards Dileep -- You

Re: [android-developers] How to Change label of activity dynamically?

2010-07-14 Thread Mark Murphy
setTitle() On Wed, Jul 14, 2010 at 9:53 AM, dilu discover.dile...@gmail.com wrote: Hi, When we create a new activity, in the Android.manifest file, we can set some text for the activity's label. It looks like:    activity class=MyActivity android:label=Some text here! Is there anyway to