App also automated to send request once your card IIN is completed (16 - digits) in the edit text
Explaining project file
db store the responds data from api responds
server folder contain class to make request to the server (using retrofit)
ui folder file -activity - contain the user interface view class -base — it is an abstract class for activity that share same properties, -repository — class for making network call to the server -view — interface to pass server response to viewmodel —viewmodel. — is a class that is responsible for preparing and managing the data for an Activit