January 14th, 2012, 05:47 AM
|
#1 (permalink)
|
|
New Member
Join Date: Jan 2012
Posts: 1
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Is Geo IP possible on android app?
Now on regular websites one can insert code in the head section of a website that links to the maxmind.com geo-ip . js file
And then the following into the body:
City: <script language="JavaScript">document.write(geoip_city()) ;</script>
For it to print out "Play this game with others in your city of XXX" or whatever
Is this possible to use this programming on an android app? If so, where would the code that goes into the head section go? There doesn't seem to be a head section on android app html pages.
I am using Seattle Clouds to develop apps without the programming if that makes a difference.
|
|
|