Jolugba / CardScanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Info Application

This is an application used to get the card details of a user.

Features

  • Manual digit input
  • Retrieve card information
  • Scan bank card

Details

  • A single Activity application, conforming to the MVVM application architecture and solid principle.

  • Consists of four Fragments managed by the navigation graph.

  • Calls to the web are made using a Retrofit service , the API used is binlist API.

  • DI used is dagger hilt

  • Consists of helper extension

  • Card scanning is implemented using the Google Mobile Vision library, scanning is done offline. OCR related code is situated in the OCR package and consists of configuration and data processing logic. *Todo :Unit test and Tests

About


Languages

Language:Kotlin 100.0%