JetSpeed allows you to test the speed of your internet connection.
- Making a sample project with Compose UI.
- Reviewing performance concerns.
- Create and understand differences between stateless and stateful composable functions.
- Understand recomposition
- Kotlin - First class and official programming language for Android development.
- Coroutines - For asynchronous and more..
- Jetpack Compose - Jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android
- Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- DataStore - Allows you to store key-value pairs or typed objects with protocol buffers.
- Dependency Injection -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel
. - Hilt-Navigation - DI for injection Compose.
- Retrofit - A type-safe HTTP client for Android and Java.
- Moshi - A modern JSON library for Kotlin and Java.
- Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
- Navigation Component -
- Navigating with Compose - You can navigate between composables while taking advantage of the Navigation component’s infrastructure and features.
This app uses MVVM (Model View View-Model) architecture.