Skip to content

A simple application built on Random User API that follows MVVM architecture

Notifications You must be signed in to change notification settings

kabirnayeem99/Friends

Repository files navigation

Friends App Task

Friends is a native Android Application that uses Random User API 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.