开发者

Android - Data storage?

开发者 https://www.devze.com 2023-01-29 06:54 出处:网络
I am converting an iphone app to android? 1- Is the开发者_如何学JAVAre anything similar to the \"iphones core data\" on android sdk?

I am converting an iphone app to android?

1- Is the开发者_如何学JAVAre anything similar to the "iphones core data" on android sdk?

2- If not, does android support using sqlite databases?


here you can see the documentation of the sqlite database in android:

http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html

Here is a good descirption of various possibilities on how to store data in android:

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


For other readers that are looking for a Core Data replacement in Android, I suggest an ORM tool like greenDAO. It allows you work with Java objects and uses SQLite as its storage back end.

0

精彩评论

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