contentprovider topic
flying-pigeon
flying-pigeon 是一个IPC 跨进程通信组件,底层是匿名内存+Binder , 突破1MB大小限制,无需写AIDL文件,让实现跨进程通信就像写一个接口一样简单
ProviGen
Easily make a ContentProvider from an annotated ContractClass.
AndroidComponentPlugin
Android上简单实现四大组件的插件化,供学习使用
RemotePreferences
A drop-in solution for inter-app access to SharedPreferences.
SafeContentResolver
A replacement for Android's ContentResolver that protects against the Surreptitious Sharing attack
Android-Developer-by-Google
Become an Android Developer
ContentProviderHelper
A nice little Android app that helps developers to discover and query content providers.
AndroidQuery
AndroidQuery is an Android ORM for SQLite and ContentProvider which focuses on easy of use and performances thanks to annotation processing and code generation
MusicPlayer
Android music player example.