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

Search results

  1. V

    Apps Problems in extending from ListView

    Hi All, I want to create my own Mylist_view by extending from ListView and implementing its methods. My code is not running properly. The MyList class goes like this: public class MyList extends ListView{ private Paint marginPaint; private Paint linePaint; int paperColor...
  2. V

    Apps need guidance on LinearLayout "inflation"

    Hi All, I want to know how to inflate a layout resource and set it as ContentView. I had a look at a related example which goes like this: a) Create a resource XML clearable_edit_text like this: [CODE] <?xml version=
  3. V

    need guidance on LinearLayout "inflation"

    Hi All, I want to know how to inflate a layout resource and set it as ContentView. I had a look at a related example which goes like this: a) Create a resource XML clearable_edit_text like this: [CODE] <?xml version=
  4. V

    Problems in extending from ListView

    Hi All, I want to create my own Mylist_view by extending from ListView and implementing its methods. My code is not running properly. The MyList class goes like this: public class MyList extends ListView{ private Paint marginPaint; private Paint linePaint; int paperColor...