• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Is Geo IP possible on android app?

ajb27

Lurker
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.
 
Back
Top Bottom