Connect and synch with an androide based device through USB
-
I have developed a .Net desctop application, and is planing to create an android application that functions lika a data collecting application. I have already created a Windows Mobile application and the synchronisation there is through the RAPI, and is planing to make a Android version, since we all know that windows mobile are loosing the mobile-war. The problem is that I am not sure how to make the .Net desktop applicatin<->Andoid device communication, The task for the synchronisation feature will be: 1) lockate the data folder for the android application 2) download those files from the android application into a MemStream 3) Delete the files on in the data folder of the android application I have googled around, but haven't found anything worthwile, so if somebody could point me in the right direction, I would be very grateful.