device A is user has Application I.
device B is user has Application I too.
device C is admin and will update the Application I data.
i am using sqlite and content provider to share data among them. Am i getting correct or wrong direction?
If wrong, please suggest me the correct way to implement it. Thanks
No content providers can’t do that. Use Wifi socket communication to get this done.