Monthly Archives: September 2012

SharedPreferences Between Applications and Mode Parameter

On my last post, I wrote about SharedPreferences Between Activities and how one activity can retrieve persistence data saved by another activity on the same application. But what if an application needs to access some sort of data stored in … Continue reading

Android Development Tutorials , , , ,

Shared Preferences Between Activities – How to Retrieve Values

It can be tricky or frustrating when your application needs to share data between two or more activities in a very simple way. I am saying this from my own experince especially when I started developing Android apps. Soon you … Continue reading

Android Development Tutorials , ,