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

Search results

  1. wata

    Apps Can I use GPS features with the virtual (eclipse) android? (see thread)

    Question Can I use GPS features with the virtual (eclipse) android? Specifically locating the device's position using the virtual android. I'm asking this because I don't have an android phone at the moment; so it would be kind of hard to test the app. Further Details I've developed several...
  2. wata

    Apps How do I get the width and height of a Bitmap image?

    Question How do I get the width and height of a Bitmap image? I tried using b.getWidth() and b.getHeight() with no luck; its not returning the height nor the width.