Currency Converter

Currency conversion tool using live exchange rates.

Installation

Demo

demo1

demo2

demo3

demo4

API used

https://openexchangerates.org/

Architecture

This app implements the MVVM architectural pattern using a single activity with fragment-swapping and data-caching using a repository to fetch local or remote data.

mvvm_architecture

single_activity_diagram

data_flow_diagram

Dependency Graph

dependency_graph

GitHub