LiveData || MVVM || Retrofit || Part 2

  For the initial part of tutorial on android livedata please refer the link provided https://androidcoding.in/2020/05/05/livedata_tutorial/ We have discussed live data related information in the above tutorial if you are a beginner i suggest you to go through the above tutorial on android livedata.   Android livedata video tutorial : Go through the below tutorial … Read more

LiveData || MVVM || Retrofit || Part 1

  Android Livedata : MVVM (Model View ViewModel) is the interesting topic in android as it provide a solution to problems, making the app development much easier.In this blog we will use android livedata tutorial with MVVM.   Info regarding MVVM is explained in my previous blog so we directly get into the topic android … Read more

Android Room Database || CRUD || Part 2

  Room database For part 1 of room database tutorial visit and for video tutorial visit Android Room Database || CRUD || Part 1   For more info we have seen other local databases before may have a look. Room database provides the easy to use interface using which we can perform all the CRUD … Read more

Java For Loop – Java example

  In previous tutorial on java while loop we executed where iteration is fixed now  for loop is used where iterations are not fixed. Java for loop : When we want to go through a list of elements to process data element by element based on the index position.It’s mostly used in appending data to … Read more

Show Buttons
Hide Buttons