Skip to content

Aks-4125/github-api-compose

Repository files navigation

Github API Using Jetpack Compose

Introduction 🙋‍♂️

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.

Features

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.

Android Project Libraries

This repository contains an Android project that utilizes the following libraries:

AndroidX Libraries

Testing Libraries

Dependency Injection

Networking

Deserializer

Image Loading

Navigation

Memory Leak Detection

Splash Screen

Coroutine

Testing UI + Unit

Please refer to the individual library documentation for usage and more information.

Contributing

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.

License

The project is licensed under the MIT License.