Giter Club home page Giter Club logo

geckoin's Introduction

Geckoin

Geckoin is a cryptocurrency simple app for basic market info, top coins list and search in all available tokens by consuming "CoinGecko" API. In this sample project I tried to develop a standard and modern android app with best practices and some the most useful jetpack components.

Features

  • Kotlin
  • Clean Architecture MVVM design pattern
  • Offline-First with repository pattern(all screens except coin details page)
  • Kotlin Coroutines & Flows for concurrency, observer pattern and data streaming.
  • ViewBinding: I preferred viewbinding to databinding because of code rigidity and and easier path to migrate to jetpack compose.
  • Room & DataStore For data persistence and caching.
  • Dagger Hilt for dependency injection.
  • WorkManager for background task and synchronizing coins database.
  • Paging 3.0: for pagination with offline support.
  • Light/Dark Mode and Material design
  • OkHttp and Retrofit with coroutines for networking
  • MPAndroidCharts for charts
  • Coil for image loading
  • Network Response Adapter for handling different api response types (https://github.com/haroldadmin/NetworkResponseAdapter).
  • CoinGecko Free Api: All data provided by coingecko public api (https://www.coingecko.com/en)

video shot link: https://youtube.com/shorts/pl28XA9hnvE?feature=share

geckoin's People

Contributors

mosros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.