Tag Archives: getSharedPreferences

How to BackUp user’s data programatically in Android?

By | January 25, 2018

Android’s Backup service allows you to persist the data in a Google cloud storage. Android does this with the help of a BackUpAgent in the SDK. If we want to backup the data, then extend the BackupAgent. Lets see how we can do this. Benefits Reduce user frustration Increase login-rate. Reduce support calls Minimize user… Read More »

How to encrypt a string in Android Using Base64?

By | January 9, 2012

Please check the LogCat for output. Join the Forum discussion on this post