Tag Archives: Tutorial

Tutorial

android paging library tutorial with source code

In this tutorial, you’ll get started with Android paging library with Room Database, we will create simple emoji app that show emojis throw paging library and recyclerview what is paging library ? Android paging library is a component of android jetpack,  Paging Library helps you load and display small chunks of data at a time. Loading…

Continue reading

Tutorial

Android LiveData and ViewModel with Example.

In this tutorial, you’ll get started with Android LiveData, we will create simple Nots app that you can add new Nots and also edit or delete Nots. LIVEDATA: Livedata is an observable data holder class. Unlike a regular observable, livedata is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments,…

Continue reading

×