I have to share some complex data between two apps. Both the apps are using same "shared user id" and signed using same "key store". Now the data is shared using application context. I would like to replace this by content providers. Is there any samples demonstrating custom content providers in Xamarin Forms?
↧