-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot set onItemclicklistener for row #1
Comments
Use onItemClickListener instead. Using onClickListener on ListView is not allowed. |
Thanks for your reply. You should better add a Toast notification whenever user clicks on each row ;) That would be easier. |
Sorry to post this message here, but I cannot find a way to send you a private message / email. Hello woozzu, First of all, let me introduce about myself. I'm Groidify, author of "Android UI Patterns" app for Android. My app aims at collecting all useful UI Patterns (such as ActionBar, Dashboard, ListView, ViewPager, Tabbar, QuickAction, Animation...) so that developers / designers can easily implement Android design in their apps. Let's download this app on Android Market (https://market.android.com/details?id=com.groidify.uipatterns) to see what's intertesting here. I also include your IndexableListView and RefreshableListview libraryinto this app (at Homescreen > ListView > IndexableListView / RefreshableListview). For the next release, I intend to add an "Author" section to honor who contribue these great libraries. Therefore, I need your help to fill in some private information:
Thank you for your cooperation. I would like to see your name in "Author" section for the next release of "Android UI Pattenrs". Regards, |
Hello, Is there any way to attach individual onClick events to elements within the rows? Use onItemClickListener is not an option for me... |
Hi All, I tried to fix some issues. Here is the link https://github.com/Abhan/ScrollableSideIndexer Thanks. |
@nahba the link https://github.com/Abhan/ScrollableSideIndexer non-existent |
First of all, I'm not the guy who found this issue.
I'm the author of Android UI Patterns, an Android app collects all Android UI samples into 1 app ^^. You can download it here: https://market.android.com/details?id=com.groidify.uipatterns
Your IndexableListView was also included in this app (in homescreen > Listview > IndexableListView).
One of my use send me an email, notice this issue he found in IndexableListView:
Hi!
I'm having trouble accessing My onclicklistrner when using your listview.
In fact, your ontouchlistener almost totally overide the onclick...
This is not developpeur friendly....
Could you please check and help us to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: