Skip to content

Yurie-Koga/Android-ContactsApp

Repository files navigation

Android-ContactsApp

What's Contacts App

An application that fetches random contact data and displays the details. Users can also add new contact data.

Screenshot

Feature

  • Fetch contact data from an API.
  • Display the contact details.
  • Store data into Room database.
  • Add new contacts.

Reference

Dependency

- Kotlin: 1.5.10
- Room: 2.3.0
- Gradle: 4.2.1
- Retrofit: 2.9.0
- Moshi: 1.12.0
- Glide: 4.8.0