Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linx64/githubusers
Sample project for GitHub Users with Jetpack Compose & Koin
https://github.com/linx64/githubusers
android compose coroutines-android kotiln unit-testing
Last synced: 24 days ago
JSON representation
Sample project for GitHub Users with Jetpack Compose & Koin
- Host: GitHub
- URL: https://github.com/linx64/githubusers
- Owner: LinX64
- Created: 2023-10-24T16:43:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-10T14:07:58.000Z (about 1 year ago)
- Last Synced: 2024-11-20T20:41:39.060Z (3 months ago)
- Topics: android, compose, coroutines-android, kotiln, unit-testing
- Language: Kotlin
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Users - Assessment
## Introduction
This is a sample project for dealing with GitHub APIs (more specifically,
the [GitHub Users API](https://docs.github.com/en/rest/reference/users)). This project was built
100% using Jetpack Compose and the MVVM architecture.The only issue with the `/users` endpoint is that it doesn't return all users from GitHub. It is
the limitation of the API. It only returns the first 30 users per page, as it is using pagination.**TODO:** One solution to that is
using: [Search Users API](https://docs.github.com/en/rest/reference/search#search-users)## Features
- Search for GitHub users
- View user details
- Material 3 SearchBar - totally customizable & new
- Version Catalog - for managing dependencies
- Jetpack Compose
- MVVM
- Kotlin Coroutines
- Offline caching - using the http interceptor
- Dependency Injection - using Koin
- Unit tests - using JUnit 4 & Koin + Turbine for testing Flows## Screenshots
![]()