Tag: Android

  • Use Android GPS on Chromebook

    Most of the Chrome OS based devices don’t have GPS hardware and none of them have GPS software support. This is lacking when you traveling with you laptop and would like to use it for navigation instead of your phone. Imagine your are the driver and your friend uses full version of Google Maps to check…

  • Debugging Android applications remotely

    In this article we will try to setup Android device for remote debugging over the Internet. This will allow you to connect to your development machine from anywhere and debug your android apps on your device as it would be connected to your development machine using USB – run applications from IDE, debug and stop…