Skip to content

Kontakt is a Lightweight online/offline contact app built with Jetpack Compose, Paging 3 and Android Clean Architecture

License

Notifications You must be signed in to change notification settings

gabriel-TheCode/Kontakt

Repository files navigation

Kontakt

platform API License: MIT

Kontakt is a lightweight online/offline contact app built with Jetpack Compose, MVVM, Paging 3 and Android Architecture Components.

Challenge description

Create an offline Contact Android Application displaying a list of contacts and their details when clicking on it, by using a network API.

  • Load contacts from Random User API.
  • UI Components built with Compose
  • Show contacts with the following details :
    • Firstname and lastname.
    • Phone number.
    • Birth date
    • Registration date.
    • Address.
  • Refresh/Update contact in database with Room and Flow
  • Handle Caching mechanism and Infinite scroll with Paging3

Showcase

Screenshots

1. Contact List 2. Contact Details

Screen records

1. Infinite scroll 2. Network Error Handling
3.mp4
4.mp4

Specifications

  • Retrieve contacts from Random User API.
  • Caching synch between network and local database
  • Material Design 3
  • Light/Dark Theme
  • Handling connectivity status
  • MVVM/Clean Architecture
  • Unit tests

Languages, libraries and tools used

Requirements

  • min SDK 28

Installation

  • Just clone the app and import to Android Studio. git clone https://github.com/gabriel-TheCode/Kontakt.git

License

MIT License

Copyright (c) [2024] [TEKOMBO Gabriel]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Kontakt is a Lightweight online/offline contact app built with Jetpack Compose, Paging 3 and Android Clean Architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages