Android Question How to add xcustomlistview to tabstrip

Judeajack

New Member
I tested the xcustomlistview and tabstrippager separately and they are working fine.

But when i integrate the xcustomlistview on the tabstripviewpager example of erel, an error occurs when displaying the items lists of the xcustomlistview.

I noticed that the listview exampe of erel in the tabstrip has a different implementation compared to the xcustomlistview. It is loading the cellitems layout from the listview.
 

Mahares

Expert
Licensed User
Longtime User
But when i integrate the xcustomlistview on the tabstripviewpager example of erel, an error occurs when displaying the items lists of the xcustomlistview.
You are taking the correct approach by using xCustomListView instead of listview. TabstripViewpager works with xCustomListView. To get some help , it is best if you can upload your project. I am sure someone will help you figure it out. Please follow the correct procedure on how to zip and upload projects to the forum. The process for B4XPages projects is different from the process for a conventional default project (you do:file, export as zip for the default type of project)
 
Upvote 0
Top