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

MVVM Architecture || Beginners Guide || Android Coding

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] MVVM (Model – View – ViewModel) is a architectural design pattern for software development. MVVM architecture in android provides a better way of dealing with the components by making them loosely coupled. In MVVM architecture every components has its own task to be furnished so … 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

Show Buttons
Hide Buttons