Quantcast
Channel: Code Theory
Viewing all articles
Browse latest Browse all 233

Android Sharing Application Data with Content Provider and Content Resolver

$
0
0
In the previous article (must read) we discussed how basic CRUD operations can be done on SQLite in Android. An SQLite database is inherently private to the application that creates it. That means if you want some other app to access your data that won’t be possible. To solve this limitation (its more of a […]

Viewing all articles
Browse latest Browse all 233

Trending Articles