PinnedAnubhavinCodeXKotlin: Sealed Classes for better handling of API ResponseWhile working in Java to represent a fixed set of constants, a classic choice was to use an enum. An enum type is a special data type that…Jun 17, 20211Jun 17, 20211
PinnedAnubhavinGeek CultureAndroid: ListAdapter, a Better Implementation for the RecyclerViewI am assuming you are aware of the RecyclerView and it’s implementation!May 8, 2021May 8, 2021
AnubhavAndroid : Handle Network Requests with Kotlin Coroutines and RetrofitWhile working on production level android applications, we come across scenarios where we need to make multiple network requests which can…Jul 5, 20211Jul 5, 20211
AnubhavinCodeXAndroid: Binding content to the views while loading Images the correct wayWorking with images in Android is one of the most common part of Android Applications Development. The image may be from the web or from…Jul 5, 2021Jul 5, 2021
AnubhavinLevel Up CodingAndroid: Basic app using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil.Android Architecture Components provide guidance on app architecture, with libraries for common tasks like lifecycle management and data…Jun 29, 20217Jun 29, 20217
AnubhavinGeek CultureAndroid : Splash Screen using styles / themes.xmlWe talked about creating a Splash Screen the old school way in one of my previous articles. In this article, I will talk about a way to…Jun 15, 20211Jun 15, 20211
AnubhavinGeek CultureGit Cheat SheetThis will be a quick guide to Git’s most common commands which you will be using on day to day basis.Jun 5, 2021Jun 5, 2021
AnubhavinCodeXAndroid: Room, Saving Local Data the Modern WayAlmost every application we use stores data for one purpose or another, be it to store images, files, user preferences etc. One of the…May 28, 2021May 28, 2021
AnubhavinGeek CultureAndroid: View Binding v/s Data BindingIn the previous article I had talked about the benefits of using View Binding over findViewById(). I highly recommend you give it a read…May 27, 2021May 27, 2021
AnubhavinGeek CultureKotlin: Run a Program Using CompilerIn this article, I will walk you through the steps to run a Kotlin program using the Kotlin compiler.May 21, 2021May 21, 2021