StarVisuals is a music-visualization app for Android 2.2 Froyo and beyond.
We're usually parked in #libvisual on irc.freenode.net.
Click the Downloads Tab in the Tabbar above. Or follow this link
If you have trouble with that, and you just want to try out the app, then Visit this page with your device and click the QR code.
- You'll need the Android SDK and the Android NDK.
- Make sure your Android device is connected. Type 'adb devices' to make sure.
- Uncompress the Downloaded zip file.
- Rename the uncompressed folder to StarVisuals.
- Enter the directory and type 'make debug' -- This will build and install the app with debug symbols.
- Alternatively you can 'make', but you'll be required to run 'make keygen' and 'make sign' before 'make install'.
- If you received no error messages, then StarVisuals should be on your device.
Although this is slightly unrelated to StarVisuals, I find this is a great resource of example code for Android: http://www.vogella.de/code/code.html