Android Question XUI customlistview problem!

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Hello,
I'm using XUI library smoothly and customlistview working fine.
I added XUI view library , customlistview stop working & give this error:
B4X:
java.lang.RuntimeException: java.lang.RuntimeException: Field clvall was declared with the wrong type.
I was declared clvall as:
B4X:
sub globals
   Private clvall As CustomListView
end sub

Any suggestion!
 
Top