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
--~--~-~--~~~---~--~~
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
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
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.
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
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
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
7 matches
Mail list logo