Intro This is part three of the Navigation drawer in Android post and it will be a demonstration on how to add drop-down items on a navigation drawer without using ExpandableListView. The Exercise We will continue working on the same project that we created for part one and part two ofRead More →

In this post, we will give a short review of the tips for software developers from the book “The Pragmatic Programmer: From Journeyman to Master” by authors  Andrew Hunt and David Thomas, published by Addison-Wesley, 2000. This is not a new book but the guidelines for developers given in this book areRead More →

This example is targeting conversion of Base64 String to Image and representing that image on screen. The advantages of using Base64 string to image is the load times, especially if you are getting the image from server. The downside of using Base64 String is that the encoded file will beRead More →