DealerPro
Welcome to the DealerPro Android app walk-through. Please read this file very carefully before doing any work.
This project uses a lot of good libraries designed specifically for android, like Hilt for dependency injection, Data Binding, Retrofit, Room, Paging, etc. and one library made specifically for TELE2 for recognizing text on National Ids, passports, and SIM-cards. It is based on clean architecture principles, meaning it separates View classes (fragments and activities), ViewModels (contains logic for the screen), repositories (decides whether to query from local database or from remote service), DAOs (local database