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

Search results

  1. N

    Apps multi select in cutom listview

    Hi everybody, In a first time sorry for my english -_-' I have a problem with my listview. My listview is a custom listview with one imageview and two textview. And i would like to know how to select some of items in my list using checkbox. I've tried to enable the CHOICE_MODE_MULTIPLE but...
  2. N

    multi select in cutom listview

    Hi everybody, I have a problem with my listview. My listview is a custom listview with one imageview and two textview. And i would like to know how to select some of items in my list using checkbox. I've tried to enable the CHOICE_MODE_MULTIPLE but without success. this is my layout <?xml...
  3. N

    mobile, how to access to local server

    Hi everybody, in a first step, sorry for my english -_-'. I'm developping an android application. This application use a web service to get some informations. The web service is deployed on local in my computer. When i run my app with the android emulator, everything is ok. The emulator use the...