Assisted Injection in ViewModel using Hilt

assisted injection in viewmodel

You are using hilt for dependency injection in your android project. You may encounter a situation where you need to provide some dynamic dependencies to your ViewModel. In this situation you can use Assisted Injection in ViewModel. For the example I will take the project that we created in the last tutorial. You can check …

Read moreAssisted Injection in ViewModel using Hilt

kTor Android Client Tutorial – Performing Simple GET Request

ktor android tutorial

Previously I’ve published a tutorial about building a RESTful API with kTor. But you know what kTor is multiplatform, that means we can also consume the RESTful APIs using kTor; and in this kTor Android Client Tutorial we will learn performing a simple HTTP GET request using ktor android client.  In this project I …

Read morekTor Android Client Tutorial – Performing Simple GET Request

Firebase Authentication using MVVM with Hilt and Coroutines

Firebase Authentication using MVVM

Hi Everyone, welcome to another post. Today we will learn integration Firebase Authentication using MVVM Architecture. Today we are going to build a complete authentication app using Firebase. Now without wasting anytime let’s get started. at SIM Only Deals at SIM Only Deals Powered by Embed YouTube Video Prerequisites Understanding of MVVM Architecture in Android …

Read moreFirebase Authentication using MVVM with Hilt and Coroutines

Jetpack Compose Bottom Navigation Bar

Hi Coders, in this post, we will learn to create Jetpack Compose Bottom Navigation Bar. Declarative UI design is a hot topic nowadays. And the android team also came up with Jetpack Compose, which will help us accelerate UI development. I’ve created a complete Jetpack Compose Crash Course from scratch that you should check out. …

Read moreJetpack Compose Bottom Navigation Bar

Android Hilt Tutorial – Injecting Dependencies with Hilt

Android Hilt Tutorial

Welcome to Android Hilt Tutorial. I hope you all are aware of Dependency Injection. While building an application (or android application) we use a lot of dependencies. Now you can manage all the dependencies yourself (And you may already managing it if you aren’t using Dependency Injection). But using Dependency Injection Pattern has many benefits …

Read moreAndroid Hilt Tutorial – Injecting Dependencies with Hilt