An open API service indexing awesome lists of open source software.

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

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.