Skip to content

A simple application MVVM based. It show the more valued cryptocurrencies

Notifications You must be signed in to change notification settings

msd117c/MVVM-RxKotlin-CryptoApp

Repository files navigation

MVVM-RxKotlin: Cryptocurrency app

This application has been made making use of the following technologies:

  • Kotlin
  • RxAndroid, RxKotlin for async tasks and data extraction
  • Dagger2 for dependency injection when needed
  • Retrofit to retrieve data from external API
  • GSON to parse retrieved data
  • ViewModel to avoid overcode in Activity / Fragments
  • Lifecycle-aware components to make the app's model and data outlive Activity changes
  • DataBinding to populate views and reduce code while accessing UI elements
  • LiveData to Observe the ViewModel from the UI

About

A simple application MVVM based. It show the more valued cryptocurrencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published