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

Search results

  1. Z

    Apps Resolution independent bitmaps

    How do i make a bitmap cover the same portion of the screen on all devices? I got a bitmap inside an imagespan but it shows as really small on devices with good resolution and really huge on older devices with bad resolution. I tried...
  2. Z

    Apps An image inside a textview?

    My app reads in questions from a database. Some questions have an <img> tag inside them , this tag is then to be replaced by an image. The image name is also stored in the database so that
  3. Z

    Apps Crashes on database.query?

    I