Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

saeiddrv/github-api-android-sample

Repository files navigation

An Android sample for calling Github API

This project consists of one Activity and two fragments. The first fragment shows the list of GitHab users, Clicking on each user enters the second fragment and views the profile information of the user.

Structure

  • Kotlin, Programing language
  • Kotlin Coroutines, Concurrency design pattern
  • MVVM, Architectural pattern
  • Koin, Dependency injection framework
  • Retrofit, HTTP client platform
  • Android Jetpack's Navigation component
  • Android Jetpack's Paging library
  • Glide, Image loading framework

License

This project is licensed under the MIT License.