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 this advice is more about what you might do rather than how, which is in keeping with REST as a style. Jim On Sat, Jan 24, 2009 at 7:52 AM, shobhit kasliwal < [email protected]> wrote: > 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. It > would be really helpful for me if you have any . > Also can you provide me any example for EXIF Tags. I dint find anything > about it on web. > Thank you very much > > Regards > Shobhit > > > On Fri, Jan 23, 2009 at 11:36 PM, Dave Sparks <[email protected]>wrote: > >> >> 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 camera >> app using EXIF tags. You just need to enable it in the settings. There >> is no video record in 1.0, though we will support it in a future >> release. However in the first version, there won't be any geo-tagging >> support. Theoretically, you could read the video file in and add the >> tags in your application. How you geo-tag the text will depend on what >> container you use. Can't help you much there. >> >> On Jan 23, 8:42 pm, shobhit kasliwal <[email protected]> >> wrote: >> > 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 >> > all users can access it >> > Since SQLite is local database how can I connect to a Database at remote >> > location. >> > >> > Regards >> > Shobhit >> > >> > On Fri, Jan 23, 2009 at 7:47 PM, Dave Sparks <[email protected] >> >wrote: >> > >> > >> > >> > > What exactly do you need help on? MapView mashups? >> > >> > > On Jan 23, 2:41 pm, "[email protected]" >> > > <[email protected]> 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 >> > >> > -- >> > Shobhit Kasliwal >> > Graduate Assistant >> > School of Information Technology >> > Illinois state university, Normal IL- 61761 >> >> > > > -- > Shobhit Kasliwal > Graduate Assistant > School of Information Technology > Illinois state university, Normal IL- 61761 > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

