Downloads

  • Content Provider Example -Data Sharing among App using Content Provider.

Description:-
It is divided in two parts First part consist of Content Provider which allows its data to be shared with other Apps. Second App simply fetches the data from First App using Content Resolver.

First App Link:-https://github.com/Ritu9439/ContentProviderPartI

Second App Link:-https://github.com/Ritu9439/ContentProviderPartII