Skip to content

jaym21/CryptoWatch

Repository files navigation



Features 💡

  • CryptoWatch helps you track prices of over 1000 cryptocurrencies.
  • Get latest news in cryptocurrency space and view the full article without leaving the application.
  • Evaluate historical prices of currency for 1 day, 7 days, 30 days, 6 months and 1 year using line chart.
  • Get the market cap, circulating supply, max supply, price change and volume change within 24hours of all currencies.
  • Currencies can be added to four different watchlists to keep track of invested or interested currencies quickly.

Screenshots 📸


Home Currency Details Add to watchlist
Watchlists News Full article inside app

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Navigation - Navigation is a framework for navigating between ‘destinations’ within an Android application
    • Room - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Moshi - A modern JSON library for Kotlin and Java.
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
  • MPAndroidChart - A powerful & easy to use chart library for Android
  • Glide - Glide is a fast and efficient open source media management and image loading framework for Android
  • Material Components for Android - Modular and customizable Material Design UI components for Android

Credits 📖