Changing Default Android Studio view
Quick Android Studio IDE tip: configure default project type for projects
Biometric Authentication with BiometricPrompt
Learn basics of biometric authentication in Android to allow user login using face and fingerprint credentials
Using SQLDelight in Kotlin Multiplatform Project
A comprehensive example of integrating SQLDelight library in a Kotlin Multiplatform project
Binding ViewModels with non-empty constructors
Injecting ViewModels with constructor parameters in a project using Dagger for dependency injection
Injecting Coroutine Dispatcher with Dagger or Hilt
Learn injecting of CoroutineDispatchers in projects using Dagger or Hilt
Theming: Default Styles on Android
Using custom views with default theming in view-based Android projects
Writing a custom Moshi Adapter
Learn to create custom Moshi adapters to map JSON data structures to Kotlin data classes
RecycleView Adapter with Click Listener
A clean way to handle user clicks in a RecyclerView
Git reset and friends
An overview of git reset options and use cases when they can be useful
Deploying to Google Play Store using Github Actions
Step-by-step guide to using GitHub actions to automate deployment to Google Play