[B4X][B4XPages] SQL + xCLV Example
A simple, cross platform example that reads data from a database and adds it to a xCLV. Database source: https://www.sqlitetutorial.net/sqlite-sample-database/ The interesting code: Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage")...
www.b4x.com