-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Make android app To consume RESTful resources, of the telematic server. Needs to be able to read and update resource. Member Entity. The exact class must be build from JSON message.
After consuming it, it must store into sqlite via content provider. Modification must be done locally
Use list view to show it and Loader to load the data from Content Provider. On Restful API interaction, a flag must be set in order to synchronization with the server(PROCESSOR). See this pattern: http://www.youtube.com/watch?v=xHXn3Kg2IQE
TODO:
- a content provider (RESTful) using SafeAsyncTask
- A content provider of the SQLite part. Using RestPattern, this means to use a servicehelper, a processor, that sets flags, etc.
- CRUD
- using Dagger
- GSON
- Use loaders, so you can load async data from sqlite content provider. ListView and List adapters. Fragments.