Android Question xCustomListView and XUI Views could not be added together

Muhamad Kamal

Member
Licensed User
Hi there!

I have this problem when using xCustomListView and XUI Views together.
I have tried with both xCustomListView v1.67 built-in and also v1.68 (downloaded from this forum thread).

I am using xCustomListView to build a custom cardview list while XUI Views to use the ColorTemplate color picker dialog.

XUI Views version is v2.00, copied to the internal library folder.

xCustomListView:
https://www.b4x.com/android/forum/t...-cross-platform-customlistview.84501/#content

XUI Views:
https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/

When I removed XUI Views my app didn't crash.

I'm using B4A v8.8.

My declaration is as usual:
Private lstPromo As CustomListView

Error crash:
java.lang.RuntimeException: java.lang.RuntimeException: Field lstpromo was declared with the wrong type.
 
Top