Sometimes at runtime, it is required to set margin to a view. But, the problem is getting different size for…
Continue ReadingMonth: October 2015
EditText 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 Reading