Announcing a Java Wrapper for the SoundCloud API
Today we’re adding a Java wrapper to the list of third-party libraries for the SoundCloud API.
The library is written by Stjepan Rajko at urbanSTEW and was originally extracted from their SoundCloud Droid app for Android.
The wrapper is released under the Apache License 2.0 and makes it much easier to integrate SoundCloud features in Java-based apps. Among other nice things, this means you can now build Android apps that send audio files to SoundCloud or stream audio from the cloud.
Documentation and source code can be found here: code.google.com/p/soundcloudapi-java
Happy coding!