kotlin

Recycler view featured image

Display a list of items in a RecyclerView on Android using Kotlin

Level: Beginner If you need to show a dynamic list of items in your android app, recycler view is your best choice, recycler view is designed to display a large list of data while not consuming so much memory. RecyclerView achieves this by recycling views that are not visible on the screen and uses them

Display a list of items in a RecyclerView on Android using Kotlin Read More »

Android – Retrofit: Handling error body in kotlin coroutines.

  Kotlin is a great language to start learning android development, and tbh after using kotlin everything else feels like a downgrade. One of the best futures of kotlin is coroutines and using them with retrofit calls can make your code not only abstract and simple but also pretty to look at ! But one

Android – Retrofit: Handling error body in kotlin coroutines. Read More »