Can someone please tell me how I can apply the Singleton Design Pattern to maintain state and keep the UI of my Android application synchronized with the application’s data?
Asked
Active
Viewed 77 times
1
-
Possible duplicate of [Using Singleton design pattern for SQLiteDatabase](http://stackoverflow.com/questions/6905524/using-singleton-design-pattern-for-sqlitedatabase) – Kade M. Apr 14 '17 at 16:37
-
1That is a very broad question. I suggest that you narrow it down, such as by explaining your specific use case (i.e., what is your state? what is your UI?). – CommonsWare Apr 14 '17 at 16:39