a simple android voting app with server application for educational purpose.
VotingProject is hosted in the following web site
https://github.com/Eisboar/VotingProject
If you think the Android project VotingProject 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 VotingProject.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
VotingProject has the following Java source files.
com.example.votingServer.GUI.java com.example.votingServer.QuestionLoader.java com.example.votingServer.QuestionReader.java com.example.votingServer.Server.java com.example.votingServer.data.MultipleChoiceQuestion.java com.example.votingServer.data.Question.java com.example.votingServer.data.QuestionSheet.java com.example.votingapp.MainActivity.java com.example.votingapp.RequestQuestionTask.java com.example.votingapp.data.Question.java com.example.votingapp.data.QuestionSheet.java