Share My Creation KeyValueStore Viewer

This is an application of necessity for me. Working on a larger project, I needed to make sure I was writing the data as I wanted it. However, I had to write a lot of Log() statements to see what was going into the KVS file.

KeyValueStore information:
https://www.b4x.com/android/forum/threads/keyvaluestore-class.36683/

This application lets you load a KVS File from your B4J project to see the contents. You can also edit the contents in-line with the application. Additionally, I added methods to export the KVS File contents to Plain Text, CSV, XML, and JSON. Validation links included to check the output.

I'm sharing this as a Windows executable version OR the project files. For some reason, the application works great when launched from the IDE and when installed/launched as a Windows executable. However, running the compiled jar crashes whenever you try to do anything after launching.

The zip file is too large to load here. You can, however, grab it on Github.

If you want to contribute or see if you can find out what is causing that, the project is also available on Github.

https://github.com/jimmelanson/KVS_Viewer

V 1.02 Update: April 25th, 2016: Table loads a lot faster now. No long supports viewing images. Supports both versions of KVS.
 

Attachments

  • Screenshot 2016-04-09 17.36.10.png
    Screenshot 2016-04-09 17.36.10.png
    43.5 KB · Views: 2,345
Last edited:
Top