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

Search results

  1. I

    Help Desk Cradle Used For Debugging?

    Can I hook up my Vibrant to my computer via the desk cradle to develop to and just use it as a holder and push apps through the usb...or do I need to connect directly to the phone via the cord? Thanks
  2. I

    Apps Map API Key Not Working on Windows 7

    I had to get a new computer and this new one has Windows 7 on it. It took a while for Eclipse to even work, so I have been fighting with this for a while. My problem now is that my API map key won't work. So-much-so that it doesn't even error, just pop the MapActivity up for a second and...
  3. I

    Apps ArrayIndexOutOfBoundsException in ItemizedOverlay

    Hi there, I have looked online at a few resources for this error that is happening, and I have seen some answers, but they don't seem to work and I am still getting this exception. Basically I want to track the GPS location of the user's phone and draw points on the map to show where they...
  4. I

    Apps Overlay Map in the Background

    Hello There, I am writing an app that will track the user via GPS and create a path on my MapActivity to show where they have been. The problem for me arises when the user navigates back to home to use other functionality of the phone. I am looking in my LogCat and it seems my process is...
  5. I

    Apps ContactsContract data & ListView help

    Hello Developers I am trying to create the functionality of displaying a contact list and allow the user to select one of their contacts. I am using some code from the ApiDemos sample program, where I can create a listview activity and display the contact name and addresses. I can do this just...