Kontakt is a lightweight online/offline contact app built with Jetpack Compose, MVVM, Paging 3 and Android Architecture Components.
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
1. Contact List | 2. Contact Details |
---|---|
1. Infinite scroll | 2. Network Error Handling |
---|---|
3.mp4 |
4.mp4 |
- 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
- Kotlin
- Jetpack Compose
- Paging3
- AndroidX libraries
- Android Architecture Components : Lifecycle, LiveData, Room, ViewModel
- Kotlin Flows
- View Binding
- Dagger-Hilt
- Coil
- Retrofit2
- Lottie for Compose
- min SDK 28
- Just clone the app and import to Android Studio.
git clone https://github.com/gabriel-TheCode/Kontakt.git
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.