Skip to content

A demo application to implement Token Financial Technologies API's.

Notifications You must be signed in to change notification settings

CanerGures/TokenFT-DemoApplication

Repository files navigation

contributions welcome API

TokenFT-DemoApplication MVVM+Repo

Application is made by the purpose of to try payment options. You need to enter the receipt amount to the text box. Then you will get a QR code. You can proceed to payment with that code. In the application, you can also scan the barcode which comes from the backend and then you may select the button "Payment". If the QR code is valid, the transaction will complete. If there is an error, the error will be shown in an alert dialog.

Screen Shots📱

Gif1 Gif2 Gif3

Libraries and Tools Used🛠

  • ViewModel
  • LiveData
  • Data Binding
  • Retrofit
  • OkHttp
  • QR Scanner
  • Material Design
  • Architecture

    The app uses MVVM [Model-View-ViewModel] architecture to have a unidirectional flow of data, separation of concern, and a lot more.

    Architecture