Clickable ListView

前端 未结 2 1942
傲寒
傲寒 2021-01-17 06:37

I\'m looking now a few days for a solution for clickable items in a listView.

First I came across this: developer.android.com/resources/articles/touch-mode.h

2条回答
  •  死守一世寂寞
    2021-01-17 07:02

    List items should be clickable right out of the box. You can check how lists are coded by looking at ApiDemos project code. It should be present on your local machine since it is a part of the SDK. I have it at \platforms\android-2.0.1\samples\ApiDemos.

提交回复
热议问题