开发者

Storing data from Android mobile into a Database

开发者 https://www.devze.com 2023-01-01 19:41 出处:网络
I am building an application where in I need to take the data (say inbox message) from an Android mobile phone store it in any database and then use the data from DB. Here I want the data from Android

I am building an application where in I need to take the data (say inbox message) from an Android mobile phone store it in any database and then use the data from DB. Here I want the data from Android mobile to be directly stored in开发者_JS百科 any DB. Can any one come out with a good idea?


You can either use the SQLite database in Android or send the data to a webservice, where you store the data in a database on the server.

0

精彩评论

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