Hi,
I would like to write a litte data-entry app for mobile phones using JavaME (MIDP/CLDC). How do I best synchronize the data with a local application on my PC (resp. just transfer the data to the PC)? Is there any standard way to connect to the PC if the mobile is plugged in via an USB cable?
I know that I could just connect to some Web service but I'd like rather not to use the device's internet connection.
The app should work on as many devices as possible (of course), but a hint for some specific devices would be appreciated too...
Sorry if the question is a bit general but I'm new to JavaME programming and I didn't find any good resources about this topic on the web ...