B4J Tutorial [B4X] B4XTable sample working with MinimaList

[B4X] B4XTable Sample 3​

A sample project to demonstrate loading MinimaList data into B4XTable
GitHub: 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

  • example3.zip
    20.9 KB · Views: 7
Last edited:
Top