[B4X] B4XTable Sample 3
A sample project to demonstrate loading MinimaList data into B4XTableGitHub: https://github.com/pyhoon/B4XTableSample-B4X/tree/main/example3
Features
- Sample data added to MinimaListUtils and persisted with KeyValueStore
- Perform CRUD functions like add, retrieve, edit, delete rows
- Use B4XPreferencesDialog to show the panel for input
- Jump to a row in B4XTable
- Same as example2 which is working with SQLite database
Why I created this sample project
This example project demonstrates how to use MinimaListUtils and KeyValueStore libraries to store data and load into B4XTable.To use SQLite database and SQL library, check https://www.b4x.com/android/forum/threads/b4x-b4xtable-sample-working-with-sqlite.168336/
Attachments
Last edited: