SharedPreferences stores all values in XML file. So, if you want to iterate through all the values stored in it,…
Continue Readingandroid
Storing data in SharedPreferences – Android
In previous post Store Data – SharedPreferences – Android we discussed about cases, when we should save data in SharedPreferences.…
Continue ReadingRecyclerView – Android
In this post, we are going to load the list of posts from PCSalt.com. In our previous post, JSON Parsing…
Continue ReadingCreate Andriod Application Project in Android Studio Continued
In previous blog post we discussed about the requirements for Android Application development using Android Studio and setup our directory…
Continue ReadingCreate Android Application Project in Android Studio
In previous blog, we tried to reason with developers who are still using Eclipse to migrate to Android Studio. Well,…
Continue ReadingAndroid Studio for Android App Development
In Google I/O 2013, Google revealed an IDE – Android Studio – especially designed for Android Application Development. That time,…
Continue ReadingStore Data – SharedPreferences – Android
When it comes to store data like It is not a good choice to manage a database. As mentioned in…
Continue ReadingCopy to Clipboard Programmatically – Android
Clipboard is a type of register where copied contents are kept by Android. If you require to keep some text…
Continue ReadingChange text of Google Plus SignInButton – Android
In an application which allows users to sign up and then use it, have a form containing a list of…
Continue ReadingListView using BaseAdapter – Android
The previous post, Create List Using ListView was about displaying an array of a list. It dealt with only one…
Continue Reading