0
I have an Expandablelistview with 5 groups and each group has their children (Child). I changed the background color of some children, but when I use the scroll mess all the lines, painting everything. This happens because of listview Recycle, when using a simple listview I overwrite the methods getViewType and getViewTypeCount and solves my problem. In Expandable have the methods getChildType and getChildTypeCount, but it’s not working. Has anyone worked with these two methods on Xpandable and can you help? Thanks in advance.
I had already had this problem with listview long ago and this solution had not worked, but with Xpandable it worked. Thanks. Hugs.
– daniel12345smith