view pull request develop -> master
view Speer test on develop/speer branch
The Android project is built using Kotlin and follows the MVVM (Model-View-ViewModel) architectural pattern. It utilizes the latest AndroidX libraries, Jetpack components, and popular third-party libraries for different functionalities.
The project includes the following features and components:
- Integration of AndroidX Core, Lifecycle, and Activity Compose libraries for UI development and lifecycle management.
- Usage of Compose UI library for building modern and reactive user interfaces.
- Implementation of Hilt for dependency injection, facilitating easy and efficient dependency management.
- Networking capabilities using Retrofit and OkHttp for making API requests and handling network operations.
- Data parsing and serialization using Moshi JSON library.
- Image loading and caching with Coil library.
- Navigation between different screens using the Navigation Compose library.
- Memory leak detection with LeakCanary library.
- Implementation of a splash screen using the Core Splash Screen library.
- Asynchronous programming using Kotlin Coroutines for efficient and non-blocking operations.
- Unit testing and mocking with JUnit, MockK, and Kotlin Coroutines Test libraries.
This repository contains an Android project that utilizes the following libraries:
- androidx.core:core-ktx:1.10.1
- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1
- androidx.activity:activity-compose:1.7.2
- androidx.compose.ui:ui
- androidx.compose.ui:ui-graphics
- androidx.compose.ui:ui-tooling-preview
- androidx.compose.material3:material3
- junit:junit:4.13.2
- org.junit.jupiter:junit-jupiter-api:5.8.2
- androidx.test.ext:junit:1.1.5
- androidx.test.espresso:espresso-core:3.5.1
- androidx.compose.ui:ui-test-junit4
- androidx.compose.ui:ui-tooling
- androidx.compose.ui:ui-test-manifest
- com.squareup.retrofit2:retrofit:2.9.0
- com.squareup.retrofit2:converter-moshi:2.9.0
- com.squareup.okhttp3:okhttp:5.0.0-alpha.11
- com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11
- com.squareup.moshi:moshi-kotlin-codegen:1.15.0
- com.squareup.moshi:moshi:1.15.0
- com.squareup.moshi:moshi-kotlin:1.15.0
- com.squareup.moshi:moshi-adapters:1.15.0
- io.mockk:mockk:1.13.4
- android.arch.core:core-testing:1.1.1
- com.google.dagger:hilt-android-testing:2.44
- com.google.dagger:hilt-android-compiler:2.44.2
- org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1
Please refer to the individual library documentation for usage and more information.
Contributions to the project are welcome. If you find any issues or have suggestions for improvements, feel free to create a new issue or submit a pull request.
The project is licensed under the MIT License.