Page 1 of 1

LIveCode, Google Maps and Android smartphones/tablets

Posted: Tue Apr 29, 2014 1:34 am
by Ray Tham
Has anyone built a LiveCode program integrated with Google Maps program that can be converted into an Android app for use on an Android smartphone/tablet or phablet. The app will use geolocation/geocoding/reversecoding and also access a Cloud SQL database to compute metrics for our advertising app.

Re: LIveCode, Google Maps and Android smartphones/tablets

Posted: Tue Apr 29, 2014 1:53 am
by sefrojones
I think you can do all of those things with livecode. Here's a few links to get you started:


A lesson a getting location and using compass:
http://lessons.runrev.com/s/lessons/m/4 ... al-compass

A lesson on web services, which has a small section about google maps geocoding:
http://livecode.byu.edu/internet/introWebServiceEx.php

Connecting to a mySQL databse:
http://lessons.runrev.com/s/lessons/m/4 ... l-database


Hopefully this helps a bit!

--Sefro