Share My Creation B4x Library Viewer

Sharing my B4x Library Viewer (open source).
Purpose: To have quick access to Library information. Read the Classes, Properties and the Methods with its Parameter and Return Types.
The content of the library is listed in a Tableview with columns Name, Type, Comment, Returntype,
Parameter. Type can be C (Class), E (Event), M (Method), P (Property).

Download Source Code here and more information here.

b4xlibviewer.png


Known Issue: Sorting the tableview customized colums not working properly.

PS: Why another Libviewer? Knowing that there are other B4x library viewers avaiable, I wanted to have the possibility to change or add functionality. While still exploring B4J, thought this was a good opportunity to develop knowledge further.
 
Top