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

Search results

  1. T

    Apps SeekBar in ListView, and Layout

    I'm struggling with Layouts I've read and researched and can't seem to find a good example demonstrating how to layout my ListView item. Basically I would like an icon and two TextViews like the one here. Then below that, I would like a SeekBar that covers about 90% of the width of the screen...
  2. T

    Apps ListView, ArrayAdapter, getView()

    I guess it's not too long after one get's started with android that you realize your going to have to override the getView() method of an ArrayAdapter. I've been struggling with this for hours, and so before I throw my phone against the wall.. can someone enlighten me? I'm basically using this...