0

I had writen a simple Android project. The main Activity has a gallery. Different pictures have differndt Activity. If I click one image, I would go to another Activity. The question is that how can I change the label, if the Activity change through the java code?

DonGru
  • 13,532
  • 8
  • 45
  • 55
Toiming
  • 11

1 Answers1

0

If you are just wanting to change the title bar, see this question ...

setTitle("My Title Is Better Than Your Title");
Community
  • 1
  • 1
Jack
  • 9,156
  • 4
  • 50
  • 75