Hi all,

I am currently doing some research on a program that I would like to
develop for the Android platform. The android device will store
information for the program using the internal SQLite3 Database.

I also would like to to develop a program in either C# or Java
(preferably C#) that will synchronise the data between the android and
the PC.

The idea is that the PC application will get the data out of the
SQLite3 Database.

How can I get a PC application ideally in C# to be able to get the
information out of the android device, is there a way that I can use
the ADB without having to have the Android SDK installed on the PC.
Another way I was thinking is that the PC application runs a service
that I develop on the Android platform that exports the database into
a CSV file to be stored on the SD card, however, I am still going to
need to use ADB to get the data in order to avoid the user having to
put the phone into Disk Drive instead of Sync Mode.

Thanks for your help.

-- 
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

Reply via email to