We took advantage of this long Thanksgiving holiday weekend to put together two comprehensive demos of the MobileESP APIs. Now you can see not only all of the available function calls listed and grouped in one handy list, but you…
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5276656-4', 'mobileesp.com'); ga('send', 'pageview');
We took advantage of this long Thanksgiving holiday weekend to put together two comprehensive demos of the MobileESP APIs. Now you can see not only all of the available function calls listed and grouped in one handy list, but you…
Now that GoogleTV devices have been publicly released, it’s time to update the MobileESP code bases with support for it. We’ve added a new method for detecting Google TV in the Android section: DetectGoogleTV() This method is now available for…
One of the web developers using MobileESP has ported the code library to Ruby. How cool is that?!? If you’re a Ruby enthusiast, you can download the latest version of MobileESP from GitHub at: https://github.com/eimermusic/mobileesp Martin has made a few…