I have 8 buttons and each button should take you to the same activity but the title of the activity will change depending on which button you press.
The idea behind this is that I have 8 Movie screens and each button corresponds to a screen (1 through 8). so inside the onclick method i will use the proper query for that screen and set the title to that specific screen number. There are better ways to do this im sure like with a drop down list but i just want to know for what i have already.
Is there a way to set the title of the page with a @string reference or do i need to hard code the title in the button's onclick method?