ConfigurationUpdater
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
README.md
ConfigurationUpdater
Application is made for demonstrating android (Kotlin) skill
Spec: The application is designed to read the configuration file from the local storage. Files are read at a specified interval in the background. The readed data is saved to the local database
Useb libraries:
- Material design, Dialog
- Fragments
- Lifecycle. ViewModel
- Room
- Dagger-Hilt
- Logging by slf4j
- Coroutines
- Coroutines Worker
It has multi model architecture and contains models:
- core - scheduling worker
- persistence-api - database repository
- persistence-room - database room implementation
- remote config - configuration file read