All Stories

Libraries - no_image

KodeinKodein is a Dependency Injection library. It allows you to bind your business unit interfaces with their implementation and thus having each business unit being independent.

In tutorial, no_image, libraries, Jan 23, 2025

Libraries - no_image

Image loading libraries

In tutorial, no_image, libraries, Jan 23, 2025

Libraries - no_image

Main annotations in Dagger 2The main annotations in Dagger 2 are: @Provides @Inject @Module @Component @Singleton

In tutorial, no_image, libraries, Jan 23, 2025

Services

Services

In Android, tutorial, Feb 20, 2024

View_Model

ViewModel

In tutorial, Feb 20, 2024

Live_Data

LiveData

In featured, tutorial, android, Feb 20, 2024

Kt Coroutine

Coroutines

In featured, tutorial, android, Feb 20, 2024

Hilt DI Deep Dive

#Building a Weather App. This app will display the current weather information for a given location. Here’s how you might structure it using MVVM and Hilt: Create Application Instanc...

In Android, DI, Jan 08, 2023

Android jetpack compose intro

Jetpack ComposeComposable Functions In Jetpack Compose, UI is defined by functions annotated with @Composable. These functions describe what the UI looks like and its behavior. Here’s...

In android, tutorial, Jul 24, 2020

Unit Testing Login Functionality in Android with Kotlin and Mockito

Unit Testing Login Functionality in Android with Kotlin and Mockito

In tutorial, android, Jul 24, 2020