Change application title at runtime

hiden

New member
Hiiii

is it possible to change the title of a application during its runtime.
For example: can a application be built that takes a text string as input and on entering string, the applications title changes.

Thank you
 
application title is defined in string.xml file ( as a variable )
so to change the title i need to change the content of this file, which is not possible at runtime.

SO is there any other way ????

Thanks
 
Ahh, try this instead then: http://stackoverflow.com/questions/2416844/how-to-set-custom-title-bar-textview-value-dynamically-in-android
 
Back
Top