This is client app which uses the ContentProvider App and can share its data
Two repositories have been created to give a working demo of Content Provider. ClientApp Repo : Client App which can share and manipulate data in the ContentProviderApplication ContentProviderApplication Repo : This App contains the Provider, That lets the Client App share and manipulate its data.