Developed a todoreader (open source) to view ToDo items for B4x apps.
A project file and its modules are scanned for TODO tokens.
The TODO token is by default 'TODO:.
Example item in a B4X file:
Items found are added to a SQLite database with tables Projects and Items. The table Items is linked with table Projects. A Project can have one or more items linked.
Source
Attached - well commented. To learn B4J, there is a lot to explore.
Note
This application has been build back in 2014 using the JavaFX Scenebuilder (fxml files) which is not recommended anymore = use the B4J Internal Designer instead.
A project file and its modules are scanned for TODO tokens.
The TODO token is by default 'TODO:.
Example item in a B4X file:
B4X:
'TODO: This is an item.
Items found are added to a SQLite database with tables Projects and Items. The table Items is linked with table Projects. A Project can have one or more items linked.
Source
Attached - well commented. To learn B4J, there is a lot to explore.
Note
This application has been build back in 2014 using the JavaFX Scenebuilder (fxml files) which is not recommended anymore = use the B4J Internal Designer instead.
Attachments
Last edited: