rtpavlovsk21 / AndroidPrework

Android Bootcamp Prework Submission
0 stars 0 forks source link

SQLite support #1

Open rtpavlovsk21 opened 9 years ago

rtpavlovsk21 commented 9 years ago

Sqlite support would be good in order to have flexibility in program/data interaction. File support should be replaced by this. Since the sqlite is changing data interaction it is natural to change the datatype adapter to allow for more flexibility given by the ListView. We can take advantage of row view recycling at that time as well.