The application that we are developing has 5 image buttons on the group view. Each image button is next to each other with some space between them. It is found that when we try to click on the image button the group view ends up expanding and it is not acceptable. Hence we have decided to decide the indicator image view as a way of expanding/collapsing the group view.
Anyway I have manged to get it working so no issues. However there is something that you can maybe advice. Along with 5 image buttons the group view also presents other information in the form of text view. One of the text view indicates the time (hh:mm:ss). In order to achieve this, I wrote a timer which updates the counter and then calls the BaseExpandableListAdapter.notifyDataSetChanged(). This gets called every second by the timer in order to show the time. It is found that on several occasions the button click on the image button is ignored. Could this be related to the notifyDataSetChanged being called every second? If I stop my timer then button clicks are more responsive. Can you please advice if there is other way of displaying a timer on the group view or the way I am currently doing it is acceptable? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en