EmployeesApp
Android Aplication MVVM designed using good practices and coding, SOLID principles
Basic characteristics
Application developed in android Studio Chipmuk 2021.2.1 Patch 1
It´s uploaded to GitHub, the proyect as it built in the IDE
SOLID principles were used for mantenience unique responsability en the most of the class, as well as, the injection of dependencias of dagger was used for the use of the classes
MVVM model of architecture was used for the build of whole app
DB and API objects were instantiated in Modules packages for the acces to de AIP and persistent data in DB
Basic Object Oriented Programming were used