Introduction OSMDroid is a suitable alternative to Google Maps if you need an alternative tile source for mobile maps (e.g. a hiking map or a custom representation of a campus or theme park). In this ...Read More
Introduction Google discourages the use of the legacy Analytics SDK in new projects. Instead the want you to use Android Native Application Tracking as provided by Google Play Services. Some documenta...Read More
Introduction As of August 1, 2014 Google requires you to implement the Play version of the Mobile ADS SDK in your app. They offer some documentation on how to do this in Android Studio. However, we us...Read More
Introduction Android changes, libGDX changes and Google Play Services change really fast. In order to implement Google Play Services in a libGDX Android app I proceeded from the excellent tutorial by ...Read More
Import the json and the urllib2 modules: import json, urllib2 Programmatically contruct the URL to meet the requirements of the the geocoding webservice, i.e. make it look like this (click to view the...Read More
We customized Mike Smullin’s AdSense to meet the current specs. Our sidebar shows what it looks like. You can find our version right here. After installation and activation you only need to spec...Read More
To obtain your PageRank in PHP without a 403 Forbidden error you’ll have to calculate the PageRank Checksum and send it with your request. This is the way to go: http://www.hm2k.com/projects/pag...Read More