您的位置:首页 > 移动开发 > Android开发

android-Content providers

2015-11-27 23:38 441 查看
Content providers are the standard interface that connects data in one process with code running in another process.

得到ContentResolver实体去访问系统数据或者App数据。

Content Provider Basics
How to access data in a content provider when the data is organized in tables.
Creating a Content Provider
How to create your own content provider.
Calendar Provider
How to access the Calendar Provider that is part of the Android platform.
Contacts Provider
How to access the Contacts Provider that is part of the Android platform.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: