Question Detail

How to implement Content provider in android?

5 years ago Views 1361 Visit Post Reply

How can we Implement the CRUD methods through Conent provider? How Content provider Works? Is content provider is same as like SQLite?

I have searched about it about Content Provider that what exactly is it and how Content Provider Works.

I have found Content provider is prform CRUD oprations in our Android app and create DB file in our local location or Globally. it is use to share data one Android Application to other.

I want to know more deep about it How can we create Content provider and implement in Android and make it secure?


Thread Reply