Android Open Source - Network sample GSCodeSample






Project Summary

A code sample that uses an asynchronous network queue to handle Grooveshark API modeled GET and POST requests..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of GSCodeSample.

ItemValue
Java File Count12
Target SDK Version14
Minimum SDK Version12
Activity Count1
jar files usedandroid-support-v4.jar
jackson-core-asl-1.9.13.jar
jackson-mapper-asl-1.9.13.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

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