macluczak / Covid_Sample_app

covid recruitment android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid_Sample_app

Covid recruitment application


Recruitment task, errors related to downloading and creating files in external data storage have been found and eliminated in the application

The application creates a separate /inkbook folder in external data storage, the introduced improvement is the lack of redundant downloading of files. the application downloads one specific file, each subsequent download overwrites the current file so as not to take up excess space in memory. Another improvement introduced is that the applications find an already downloaded file at the start

any blocking I/O operations have been implemented inside coroutines with Disptcher.IO

As part of the introduction of clean code, the implementation of a mechanism to prevent the loss of states during screen rotations and the provision of SSoT (Single Source of Truth), applications were implemented within the mvvm architecture pattern

One of the Features additionally implemented as part of the improvements is the ability to search for data using entering a country, continent or date

1 2 3

About

covid recruitment android application


Languages

Language:Kotlin 100.0%