using eclipse to debug an android application in the emulator.
upon executing activity.setTitle() i expect the title of the emulated
application to be changed but it does not. at what point does the new
app title actually show?
do i have to make any other calls if i want to force it to be shown immediately at that time?
using eclipse to debug an android application in the emulator. upon executing activity.setTitle() i
Share
This might vary depending if your activity is an embedded activity or the top-level activity. See the documentation for
setTitle(), which says: