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 Upload Image Using Retrofit Library Part 2 || Upload Image to Server

  Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server Upload Image Using Retrofit Library : In continuation to previous tutorial we will be dealing with client side i.e., android app development using the fields specified in the database. Add retrofit to your project We need to add retrofit library dependency’s … Read more

Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server

In this blog on Android Upload Image Using Retrofit Library we will discuss hoe to upload a image onto server using retrofit library. Every now and then we require to upload a image to server either it is regarding a user profile picture or any other image from your device to database. Also you can … Read more

Show Buttons
Hide Buttons