Android Open Source - Development restful comp3910-android






Project Summary

Course on Java. This repo contains an Android client that consumes a RESTful API. Libraries used include: Google Volley and Gson..

Web Site / Source Repository

comp3910-android is hosted in the following web site
https://github.com/shsu/comp3910-android

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

ItemValue
Java File Count13
Target SDK Version18
Minimum SDK Version14
Activity Count6
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
volley.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

comp3910-android has the following Java source files.

ca.bcit.turnip.Act_Register.java
ca.bcit.turnip.LoginActivity.java
ca.bcit.turnip.QuizActivity.java
ca.bcit.turnip.QuizAdapter.java
ca.bcit.turnip.ScoreActivity.java
ca.bcit.turnip.WelcomeActivity.java
ca.bcit.turnip.config.Config_RestServer.java
ca.bcit.turnip.domain.QuizQuestion.java
ca.bcit.turnip.domain.QuizResult.java
ca.bcit.turnip.domain.QuizUser.java
ca.bcit.turnip.helper.MyApp.java
ca.bcit.turnip.helper.VolleyHandler.java
ca.bcit.turnip.volley.toolbox.MyJsonObjectRequest.java