crised / server_android

1 stars 0 forks source link

Android side #2

Open crised opened 11 years ago

crised commented 11 years ago

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:

luan-cestari commented 11 years ago

I fork the android-bootstrap to accomplish that and I gave the name Heron (from http://en.wikipedia.org/wiki/Hero_of_Alexandria ). I think to got forward with this task will need the WSDL as well

hantsy commented 11 years ago

I know little about Android programming, I noticed there is a Browser based admin interface(AngularJS as Restful consumer), this web application be packaged as PhoneGap app...is this possible?

crised commented 11 years ago

Hantsy,

Two different thing, that use the same REST backend. No Phonegap here.

arussel commented 11 years ago

previous commit is an extremely working basic app. Improvement will be added in the following issues:

arussel commented 11 years ago

3