so I know that the TabWidget does not create new activities on each tab click. But I am confused.. if I have a tab activity that contains a map, and if some values change from some other tab that are linked with the map activity and it should (for my needs) draw something on the map with those changed values taken into account. How can I do that?
Because on the tab click the onCreate method from the map activity won’t be called. I can only exit the app, then enter again, and then it works like I want to. Can onDraw be called from the other activity or sth.. If someone knows how to resolve my problem, please let me know. Thank u, in advance.
so I know that the TabWidget does not create new activities on each tab
Share
You have a number of options:
I would use option 1. 🙂