jcesar Active Member Licensed User Longtime User Dec 4, 2018 #1 Hi What the best choice ? Use customlistview (module) or xCustomListView (lib) ? Why the lib xCustomListView was not used in cardlist example ? Last edited: Dec 4, 2018
Hi What the best choice ? Use customlistview (module) or xCustomListView (lib) ? Why the lib xCustomListView was not used in cardlist example ?
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2018 #2 CustomListView was replaced by xCustomListView. There isn't any reason to use the old version in new projects. Note that the type name is CustomListView in both cases so it might be a bit confusing. jcesar said: Why the lib xCustomListView was not used in cardlist example ? Click to expand... https://www.b4x.com/android/forum/threads/cards-list-with-customlistview.87720/#content First sentence says: "This example uses xCustomListView to implement a list of cards." Upvote 0
CustomListView was replaced by xCustomListView. There isn't any reason to use the old version in new projects. Note that the type name is CustomListView in both cases so it might be a bit confusing. jcesar said: Why the lib xCustomListView was not used in cardlist example ? Click to expand... https://www.b4x.com/android/forum/threads/cards-list-with-customlistview.87720/#content First sentence says: "This example uses xCustomListView to implement a list of cards."