This project is an Android application that displays top 100 crypto coins/tokens from https://coinpaprika.com/ and its details
- Minimum SDK level 24
- 100% Kotlin based + Coroutines + Flow for asynchronous.
- Hilt for dependency injection.
- JetPack
- Compose - A modern toolkit for building native Android UI.
- ViewModel - UI related data holder, lifecycle aware.
- Architecture
- MVVM Architecture (View - ViewModel - Model) with Clean Architecture (Use Cases)
- Material Design & Animations
- Accompanist - A collection of extension libraries for Jetpack Compose.
- Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
- Open project in Android Studio and run it with emulator or device connected to the internet
If you encounter any issues or have questions about the app, please contact Adam.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.