A code sample that uses an asynchronous network queue to handle Grooveshark API modeled GET and POST requests..
GSCodeSample is hosted in the following web site
https://github.com/Selficide/GSCodeSample
If you think the Android project GSCodeSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GSCodeSample.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 14 |
Minimum SDK Version | 12 |
Activity Count | 1 |
jar files used | android-support-v4.jar jackson-core-asl-1.9.13.jar jackson-mapper-asl-1.9.13.jar |
Required Permissions | android.permission.INTERNET |
GSCodeSample has the following Java source files.
com.shad.gs.MainActivity.java com.shad.gs.Utilities.java com.shad.networking.GSAuthRequest.java com.shad.networking.GSAuthResponse.java com.shad.networking.GSSessionRequest.java com.shad.networking.GSSessionResponse.java com.shad.networking.NetworkManager.java com.shad.networking.NetworkRequest.java com.shad.networking.NetworkResponse.java com.shad.networking.RequestListener.java