About TextUtils.


Android SDK has an awesome class called TextUtils. It has many great methods that I use daily, and some magical methods as well.…
Read more ⟶

Contributing to open source projects.


With open source nature of android and it’s vast open source ecosystem, we often (want to) contribute to an open source library. Here I have tried to cover some points to be kept in mind for library developers and contributers.…
Read more ⟶

Improving DbInspector library.


DbInspector is a useful library that helps us to view our database in the app. I have forked it and tried to add some small features to make this awesome library more awesome, and even more useful.…
Read more ⟶

Supercharge your Android Application-4(Threads).


In the final part of the series, we will focus on how to handle your heavy operations like network calls in threads. This part is useful for those who does not rely on any libraries for that.…
Read more ⟶

Supercharge your Android Application-3(Data).


In the third part of the series, we will focus on how to download, save and preserve your data.…
Read more ⟶