PinnedPublished inProAndroidDevHigher order functions in Kotlin — Under the hood.Let’s look at a simple function with a functional type paramter in kotlin. For simplicity I have created this method which accpets two…Jan 1, 2023Jan 1, 2023
Kotlin Extension Functions — Under the hood.Lets create a simple extension function for String class in a file called StringExtensions.ktJan 1, 2023Jan 1, 2023
The reason behind my apps low performance — AndroidDisclaimer: This is one of the experience that I had with performance and how I ended up solving it. There are several factors that may be…Apr 4, 20191Apr 4, 20191
Animations in Android my point of <View/> (Part 1)If you are a very lazy developer as I was and do you want the android system to take care of the animations for you then you are at the…Jul 10, 20181Jul 10, 20181
Writing an efficient RecyclerView adapter for a chat application — AnDroiDWARNING: This blog does not contain any coding part in it. This blog is just a guide which was made by me when I landed up with a solution…Mar 6, 20181Mar 6, 20181
Wireless Debugging and Installing of apps from Android StudioUpdate: The technique provided here is no longer needed you can use wireless debugging provided in Android Studio. Check it out here.Dec 17, 20161Dec 17, 20161