Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 568 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 568 Bytes

Currency-Converter

Introduction

Currency Converter is an app that converts your desired amount from one currency to another using FixerApi.

Branches

  • compose-edition: xml version with some compose migration + clean architecture
  • main: For the xml version

Technologies

Language:

  • Kotlin
  • XML
  • Compose

Architecture patterns:

  • MVVM

Libraries:

  • Room
  • SQLiteDatabase
  • RxJava
  • Retrofit
  • Gson Converter
  • OkHttp
  • Hilt
  • ViewModel
  • LiveData
  • Firebase Crashlytics