Android multiple JSON web services
I want suggestions about the following case. I want to create an android application from which I consume web services. Every web service corresponds or return a JSON object of a d开发者_运维百科atabase table. Obviously I want to link-map the results of every WS to a table on my device(sqlite). Which is the best approach to do such a think. I'm thinking of ormlite. Are there any other ways? thanks
One option is to use MOTODEV Studio, which includes a database management tool that will generate all of the Android code (database helpers and ContentProviders) from the tables you define.
精彩评论