nicolas-suzuki / radq

RADQ is an Android application that has integration with an Arduino Robot, with the ability to follow an user by its object recognition capabilty and alert contacts if the user falls and requires assistance.
MIT License
0 stars 1 forks source link

downloadNecessaryFiles() does not check for files already downloaded #3

Closed nicolas-suzuki closed 4 years ago

nicolas-suzuki commented 4 years ago

This causes multiple files as: txt-1.png txt-2.png txt-N.png Which only txt.png is valid.

nicolas-suzuki commented 4 years ago

We might use also Firebase database/storage instead of Google Drive. Check firebase_connection branch.

nicolas-suzuki commented 4 years ago

downloadNecessaryFiles() was replaced by workOnAdditionalFiles() that recovers the files from res/raw, since these are not frequently updated files