Share My Creation B4x todoreader

Developed a todoreader (open source) to view ToDo items for B4x apps.

upload_2019-9-18_8-54-52.png


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

  • todoreader.zip
    122.1 KB · Views: 241
Last edited:
Top