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, 2025Libraries - 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, 2025Hilt 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, 2023Android 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, 2020Unit Testing Login Functionality in Android with Kotlin and Mockito
Unit Testing Login Functionality in Android with Kotlin and Mockito
In tutorial, android, Jul 24, 2020Featured
-
Testing - no_image
In tutorial, no_image, testing, -
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,