Hello All After thinking about it yesterday and having a quick chat with Erel, I decided that my previous long list examples were not basic enough for newer B4X developers, so I put together a minimal xCLV with LL code example together with comments in the code module. There are no themes...
Hello All, If you're not experienced with using xCustomListView (xCLV) with Lazy Loading (LL) when it comes to loading long lists of data, then I strongly suggest that you read the following post first >>>? Part 1 Basics > XcustomListView
www.b4x.com
Actually, the answer that you need is just in my first tutorial, make sure to carefully read it. As you are using a CLV, these tutorials will help you.
i have made a small attachment for you to see the problem . because i wanted to use the divider color with two colors combined as it was here in this list view format
t
In order to show the divider lines, I had to change the way items are added to the customlistview from clv.AddTextItem(... method to clv.Add(p.....method. Therefore, I have a new layout called: item added. Hopefully, this will satisfy your needs. Project attached and screen attached files:
Your screenshot looks excellent @Mahares, hopefully @Makumbi will learn exactly how it works from your code. @Makumbi you really should have figured it out from the links above.
In order to show the divider lines, I had to change the way items are added to the customlistview from clv.AddTextItem(... method to clv.Add(p.....method. Therefore, I have a new layout called: item added. Hopefully, this will satisfy your needs. Project attached and screen attached files: