Hi All,
I can load/SELECT ALL data in a table from jRDC2 (mysql DB) with no problem, but I think this is not perfect in case of thousands of rows to return/SELECT from App performance standpoint, also I am aware that I can use LIMIT to limit the number of rows; however I am not sure how to return/Load the next number of rows when the user scroll to the next view/number of rows, I understand the concept by following:
But do we have a full example from App side how to implement this, or get the next number of visible rows from jRDC2?
Note: I have searched the forum but can not find a clear way to do this.
Thanks for your help with this!
Kind regards,
Ayman
I can load/SELECT ALL data in a table from jRDC2 (mysql DB) with no problem, but I think this is not perfect in case of thousands of rows to return/SELECT from App performance standpoint, also I am aware that I can use LIMIT to limit the number of rows; however I am not sure how to return/Load the next number of rows when the user scroll to the next view/number of rows, I understand the concept by following:
? Part 1 Basics - Creating long lists using xCustomListView with Lazy Loading - Newer developers
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...
www.b4x.com
But do we have a full example from App side how to implement this, or get the next number of visible rows from jRDC2?
Note: I have searched the forum but can not find a clear way to do this.
Thanks for your help with this!
Kind regards,
Ayman