In the previous post, ListView using BaseAdapter – Android we learned to create a list with custom views. In this…
Continue ReadingSet margins in dp programmatically – Android
Sometimes at runtime, it is required to set margin to a view. But, the problem is getting different size for…
Continue ReadingEditText with Single Line, Line Wrapping and Done Action in Android
Regular formula for making an EditText– Single Line : no new line <Enter> allowed,– Line Wrapping : Single line wrapped…
Continue ReadingHow to get all values of SharedPreferences programmatically in Android
SharedPreferences stores all values in XML file. So, if you want to iterate through all the values stored in it,…
Continue ReadingStoring 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 Reading