Victorteka / Cryptocurrency-App

App displaying rankings of crypto coins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptocurrency-App

Prerequisites

  • Android Studio Arctic Fox or Newer
  • AGP 7.0 and above

Tech-stack

  • Tech-stack

    • Kotlin - a cross-platform, statically typed, general-purpose programming language with type inference.
    • Compose - Declarative framework for building UI
    • Coroutines - perform background operations.
    • Flow - handle the stream of data asynchronously that executes sequentially.
    • Dagger-Hilt - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
    • Retrofit - A type-safe HTTP client for Android.
    • Jetpack
      • Room - a persistence library provides an abstraction layer over SQLite.
      • Lifecycle - perform action when lifecycle state changes.
      • ViewModel - store and manage UI-related data in a lifecycle conscious way.
    • Timber - a highly extensible android logger.
  • Architecture

    • MVVM - Model View View Model

About

App displaying rankings of crypto coins


Languages

Language:Kotlin 100.0%