Android: ListView.setOnItemClickListener no response
Some times we find setOnItemClickListener no response,in fact when ListView's item got checkbox, button controllers will lead to setOnItemClickListener not response:
the method to solve it:
1. make checkbox, button's focusable to false;
2. in getView() function ,set convertView function:convertView.setOnClickListener;
You must Sign up as a member of Effecthub to view the content.
Latest Posts
- Android: CookieManager removeAllCookie() Crash
- XlistView: A listview which can pull to refresh and load more (1)
- Millions of Android Phones Could Be Affected by the Heartbleed Bug. Check to See if Yours Is One of Them
- TOP 10 ANDROID GAMES FOR MARCH 2014
- Android:Button with different textcolor and background in different states
4266 views 2 comments
You must Sign up as a member of Effecthub to join the conversation.
basic method is by a new phone