开发者

How can Android application access a centralized database

开发者 https://www.devze.com 2023-02-25 04:56 出处:网络
I am w开发者_高级运维orking on an application which has large amount of data in a database. I know that it wont be feasible for me to package this huge database along with the app. I can only think of

I am w开发者_高级运维orking on an application which has large amount of data in a database. I know that it wont be feasible for me to package this huge database along with the app. I can only think of setting up a central database, so that the app can access it. I am new to android. I thought about using web-services or a http webpage request.

any suggestions for this?

thanks, Naveen


Of course, be familiar with the topics outlined in the Data Storage Developer's Guide.

http://developer.android.com/guide/topics/data/data-storage.html

0

精彩评论

暂无评论...
验证码 换一张
取 消