Share My Creation roKnowZ

Hi All,

in my exitement further exploring this great product, I am working on a simple howto keeper.
Although there is still a lot to do - ideas never stop - would like to share this early version.
Shows usage of CSS, SQLite database, listview, toolbar with buttons, accordion, webview, textfile handling. The source is well commented (of course always can do more here) - have a look, as lots of tips to be found.

Keep on learning B4J = Enjoy :cool:
Rob


roknowz.png
 

Attachments

  • roknowz.zip
    59.6 KB · Views: 418

magoandroid

Member
Licensed User
Longtime User
Hi Rob,
thanks for this code.
Your sources, I will illuminate the mind.

I follow you ...
MAgo
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Update 15-Dec:
  • Listview with titles show one line with Title or multiple lines (Title, ID etc.)
  • Replaced Class Module Ini by RLHelper
  • Class RLHelper with Ini, Divider, Clipboard, File, Listview and many other functions etc.
  • Class ConfigForm with number of settings (stored in roknowz.ini in the appdir) using accordion
  • Set min / max of the divider (0.25 / 0.75)
  • and many more :)
Download: http://www.rwblinn.de/b4j/opensource/roknowz.zip

roknowz.png
 

stevel05

Expert
Licensed User
Longtime User
That's because there is an roknowz.ini file in the objects folder that points to a folder that doesn't exist on your computer, rename or delete it and it will start.
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi All,

thanks for feedback. Pls find attached the latest version - lots of enhancements and bug fixes. Getting close to version 1.0 ;)
 

Attachments

  • roknowz.zip
    73.9 KB · Views: 394
Top