[android-developers] Offline maps

2009-12-07 Thread Julien Dupouy
Hi, I would like to know if there is a way to use the android google maps API to display offline personal maps. I'm developping an application that should mostly function offline and display maps that are not issued from Google (more specifics maps). Rougly, I want to make a map viewer based

[android-developers] System time update : NTP server

2009-08-21 Thread Julien Dupouy
I find my droid doesn't update its clock itself, even if I ask it to automatically update it from network, I am still 2 min late since I ask it to automatically use network values (15 days ago). I need a better time for some data synchronization. So I dove into the Android API and I found the

[android-developers] Re: httpclient multipart form upload

2009-07-31 Thread Julien Dupouy
Hey, Instead of including the jars files you can use the http multipart classes defined in android but declared as internal, so you cannot use them directly, you have to download them from the android source code (http://android.git.kernel.org/?p=platform/frameworks/