By Maxwelldub
via marakana.com
Submitted: Jan 30 2013 / 18:53
An Android app by default cannot access another app’s data. This is the cornerstone of Android security, the principle of sandboxing. But often, you do want an app to share some data with others. Content providers are such an interface to data so that the data cab be mashed together across apps. In this module, you will learn how to design and develop content providers.
Add your comment