Simple wrapper for the GitHub API as an Android library, written in Kotlin. A sample app with basic search functionality is provided as a usage example.
For instructions on how to use the API please refer to the Github API module's README.
-
Clone this repository to your local machine:
git clone https://github.com/tomazcuber/android-github-search.git
-
Open the project in Android Studio:
-
Build the project and run it on a device or emulator
- Model-View-ViewModel architecture
- Local request data persistence with Room database
- Dependency Injection using Hilt
- Usage of RecyclerViews for showing variable data
- Image exhibition with Glide
Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is licensed under the BSD-2-Clause license - see the LICENSE file for details