Android Open Source - Network google Everest






Project Summary

An android library project which performs the network requests and parse them. It uses google-gson library for the parsing the json..

Web Site / Source Repository

Everest is hosted in the following web site
https://github.com/ashutoshchauhan13/Everest

If you think the Android project Everest 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 Everest.

ItemValue
Java File Count17
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
android-support-v4.jar
commons-io-2.2.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

Everest has the following Java source files.

com.sixthsensemobilesolutions.android.network.GsonParsingException.java
com.sixthsensemobilesolutions.android.network.JsonUtil.java
com.sixthsensemobilesolutions.android.network.NetworkRequestManager.java
com.sixthsensemobilesolutions.android.request.BaseRequest.java
com.sixthsensemobilesolutions.android.request.BaseResponse.java
com.sixthsensemobilesolutions.everest.EverestSampleApplication.java
com.sixthsensemobilesolutions.everest.ServiceLocator.java
com.sixthsensemobilesolutions.everest.request.PeachnoteMelodySearchRequest.java
com.sixthsensemobilesolutions.everest.request.TeamRequest.java
com.sixthsensemobilesolutions.everest.request.UsersRequest.java
com.sixthsensemobilesolutions.everest.response.PeachnoteResponse.java
com.sixthsensemobilesolutions.everest.response.Team.java
com.sixthsensemobilesolutions.everest.response.TeamResponse.java
com.sixthsensemobilesolutions.everest.response.Users.java
com.sixthsensemobilesolutions.everest.response.UsersResponse.java
com.sixthsensemobilesolutions.everest.ui.PeachnoteMelodySearchActivity.java
com.sixthsensemobilesolutions.everest.util.Util.java