I am new to android world so excuse me if it's a too *basic* question...
What would be the easiest way to get my PC desktop app to communicate some of its sqlite data to an android mobile device (sharing the same network) ? (OR the easiest way to get my android device to read some of the Sqlite Datafile)
Ideas or clues to learning resources on this subject are also welcome...
You have several options:
1. Download the complete database file to the device and work with it locally. You can use SMB, FTP or any other way to download the file.