[android-beginners] Re: Geotagging in android

2009-01-24 Thread James Wylder
If you do end-up needing to implement the web service. I would recommend creating a RESTful web service. (It is all the rage with the kids these days). Then you can interface with with the service using all of the standard HTTP verbs. This reduces the client side dependencies. Unfortunately th

[android-beginners] Re: Geotagging in android

2009-01-24 Thread Misha Kozlov
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubs

[android-beginners] Re: Geotagging in android

2009-01-24 Thread Dave Sparks
Can't help you with WSDL - not my area of expertise. A Google search of "Android WSDL" turned up a couple of promising leads - you might try that. The code for the camera app including EXIF tagging can be found here: http://android.git.kernel.org/?p=platform/packages/apps/Camera.git;a=tree;f=src

[android-beginners] Re: Geotagging in android

2009-01-24 Thread shobhit kasliwal
Hi Dave Can I use WebService for storing and retrieving data from a remote location. I mean Can I create a webservice in J2SE and use WSDL in android to retrieve the data. But I dont know how to consume webservice in android. I dint find ay tutorial which will help me in consuming the webservice.

[android-beginners] Re: Geotagging in android

2009-01-23 Thread Dave Sparks
I'm probably not going to be much help with the database, though I think remoting to an SQL server is going to be a challenge over a mobile network. Generally, I think the typical solutions involve proxying through an HTTP server. Android has built-in support for geo-tagging pictures in the camer

[android-beginners] Re: Geotagging in android

2009-01-23 Thread shobhit kasliwal
Hi Dave Thanks for replying I am creating an application in android in which I am using GPS functionality and user can geotag the photos, text and videos so that all other users can see it. I dont know how can I do that ? Also I want to store that text, image and video at a remote location so that

[android-beginners] Re: Geotagging in android

2009-01-23 Thread Dave Sparks
What exactly do you need help on? MapView mashups? On Jan 23, 2:41 pm, "shobhit.kasli...@gmail.com" wrote: > Hi I wanna GeoTag photos and videos on Google Maps in Android. can > anyone please help me how can I do that. > > Thanks in advance --~--~-~--~~~---~--~~ Y