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.
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.