I have a main Activity and some static variables (got values in onCreate() method).
I also have 6 other Activities and 1 Broadcast Receiver use this static variables. And they may be changed their values in a specify Activity or Broadcast Receiver.
Should i use static variables/methods or sending its values in a bundle? Which is better optimized?
Sorry for my English.
It sounds like you should be using the
SharedPreferences