Desktop/Android Test App Available

For anyone who is the slightest bit curious about the library, or simply wants examples on how to implement a GUI using the library, there is a test app you can download to explore the library.

It can be found here:

https://code.google.com/p/tonegodgui/downloads/list

  • Download the latest build (tonegod.gui.jar)
  • Download AndroidGUITestApp.rar

And you’re good to go. If you want to check out how it performs on Android:

  • Enable USB debugging on your device
  • Plug your device into a USB port on your desktop
  • Select the Android Device config for the project
  • Run the project

/wave

nice job. downloading now :smiley:

as a sidenote, have you considered releasing a jar with source code along with the regular jar? In netbeans I like to use Navigate->Go to source a lot to see what exactly is happening, but I cant do this when working with your library.

@icamefromspace said: as a sidenote, have you considered releasing a jar with source code along with the regular jar? In netbeans I like to use Navigate->Go to source a lot to see what exactly is happening, but I cant do this when working with your library.

Once I bump this up to alpha, it will include both the source and docs as part of the jar!