Android tutorial on Dagger 2 || Android Dagger 2 || Data Injection

  Android Dagger 2: Dagger 2 is dependency injection framework, in this tutorial i want to explain Android Dagger 2 with a simple example to understand the concept easily.We will make use of String and int to make it easier to understand. In real time the usage is quite a bit different where the reusable … Read more

Butterknife implementation in Android || Activity, Fragment, Adapter

  ButterknifeĀ  : Butterknife is used as bind the components from layout directly into code.In previous blog i have discussed Butter Knife usage but in this blog i will provide detailed code. Butterknife makes the handling of components much easier than traditional way of handling them also this process makes it faster in populating data … Read more

Kotlin coroutines with retrofit || Kotlin Tutorial

  Kotlin Coroutine : Kotlin coroutine provide a safer way of asynchronous coding. A coroutine is light weight thread which run parallel and can also communicate with each other depending upon the requirement. Creating and using a coroutine is a simple as well maintaining them too.Performance is also quite good when compared to traditional threads. … Read more

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

Show Buttons
Hide Buttons