Skip to content

Android application that displays top 100 crypto coins/tokens from https://coinpaprika.com/ and its details

Notifications You must be signed in to change notification settings

Garguy/Cypherpunk

Repository files navigation

Cypherpunk

Description

This project is an Android application that displays top 100 crypto coins/tokens from https://coinpaprika.com/ and its details

Tech stack & Open-source libraries

  • 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.

Usage

  1. Open project in Android Studio and run it with emulator or device connected to the internet

Support

If you encounter any issues or have questions about the app, please contact Adam.

License

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

LICENSE

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.

About

Android application that displays top 100 crypto coins/tokens from https://coinpaprika.com/ and its details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages