Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've created an Android mobile app that allows you to create notes. I am making this app for some workers at my job. They would like to use the app on their PC and the same notes will be on their phone, similar to OneNote. How can I accomplish this?
Posted

1 solution

Sync the data with a cloud storage solution like Parse.com, which also allows you to use local storage on the device so the internet connection is not required all the time and you can work with the data offline and have it sync back to the server when a connection is present.

Amazon and Google also have cloud based databases that you can use to sync data, but you'll need to roll your own offline storage and sync.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900