I have created an Activity and declared in Manifest file. But I would like to re-use the same Activity for other purpose.
You need to use setTitle for this:
setTitle(R.string.your_title); //or setTitle("new title");