SAGI-FAU / SMA2

Sorce code of Apkinson: android app to monitor the motor symptoms of Parkinson's patients
MIT License
17 stars 9 forks source link

Test dao #227

Closed TAriasVergara closed 4 years ago

TAriasVergara commented 4 years ago

GreenDao configuration was included into the gradle file:

greendao{ daoPackage "com.sma2.sma2.DataAccess" targetGenDir "src/main/java" }

Additionally the files that were in the "ExerciseLogic" were move to the "DataAccess" folder