Is it acceptable practice to use Singleton Objects to save state or share data between Activities?

StackOverflow https://stackoverflow.com/questions/3483403

  •  28-09-2019
  •  | 
  •  

Question

It would be nice if StackOverflow had a section where we could post tutorials like mine so that I can answer literally hundreds of questions that have been asked here with a single blow. See... every day I read questions about how to pass complex objects between activities, how to save state so that your app can resume after orientation change, how to update listviews when the data changes, etc, etc.

Here is the second part of a tutorial series I posted on my blog... I hope that you actually read it... because I haven't seen any examples like it anywhere... and it has changed how I think about developing for Android across the board. The question is... is there a downside or negative affect of developing like this?

Beyond Smart Lists – How Observable Singletons change the game.

Please read through both of these tutorials carefully... I will answer any questions about it here that I can... I really want to know what you think about this and if it might solve issues for you.

NOTE TO MODERATORS: there are no advertisements of any kind on my blog.. so don't just close this because you think I am spamming somehow... I am not going to duplicate my post here. And... really I want to know if there is a flaw in this approach.

Was it helpful?

Solution

Have you read about Android's Application class?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top