Hi Experts, i need to change activity label on the title bar in my code. at the moment i am setting it in manifest as below:
<activity android:name=".ToDoList" android:label="my list"> <intent-filter> <action android:name="android.intent.action.MAIN" /> </intent-filter> </activity> i need to change label in my activity code, any solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---