https://github.com/kabirnayeem99/friends
A simple application built on Random User API that follows MVVM architecture
https://github.com/kabirnayeem99/friends
android hacktoberfest hacktoberfest2021 koin mvvm-architecture randomuser-api
Last synced: 17 days ago
JSON representation
A simple application built on Random User API that follows MVVM architecture
- Host: GitHub
- URL: https://github.com/kabirnayeem99/friends
- Owner: kabirnayeem99
- Created: 2021-07-31T17:30:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T06:14:34.000Z (over 4 years ago)
- Last Synced: 2025-02-17T16:52:17.831Z (over 1 year ago)
- Topics: android, hacktoberfest, hacktoberfest2021, koin, mvvm-architecture, randomuser-api
- Language: Kotlin
- Homepage:
- Size: 7.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Friends App Task
**Friends** is a native Android Application that uses [Random User API](https://randomuser.me/) for
its backend.
This app follows MVVM architecture and uses Dagger-Hilt for dependency injection.
# Screenshots

# External Libraries
1. **Retrofit**, for HTTP request
2. **GSON**, for JSON serialisation
3. **Dagger-Hilt**, for dependency Injection
4. **Glide**, for image loading.