Do you want to have a true bidirectional sync, where changes can be made on both sides "offline" then copied over and conflicts resolved?
Do you want both to edit the sole sqlite DB from mobile and PC (while connected)? That would need transactions etc.... Or do you want your mobile app DB available on your PC after a one directional copy? The last one is much easier and maybe you could just copy over sqlite DB file to PC and use sqlite on it (read-only) from there..... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

