How to change title of activity in Android ?

by   SJRANJAN

Use this function to change title of a activity ...

setTitle("Your Title");

 

Search

You may like...

How to close ( Exit ) application on a button Click ?

How to close ( Exit ) application on a button Click ?...


How to set orientation for activities ?

Learn how to set orientation for activities in android application....