A voting app written last spring for Embedded Software Development Environments course.
Votealot is hosted in the following web site
https://github.com/miikkaheikkila/Votealot
If you think the Android project Votealot 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 Votealot.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 5 image files in Votealot. The names of the image files are listed as follows.
arrow_left.png arrow_right.png ic_settings_icon.png icon_voted.png icon_voted_hifi.png
The following screenshort is generated from the image listed above.
Votealot has the following Java source files.
miikka.votealot.MainActivity.java miikka.votealot.SettingsActivity.java miikka.votealot.VotealotService.java miikka.votealot.VotingActivity.java miikka.votealot.adapters.VotingListAdapter.java miikka.votealot.interfaces.AsyncMonitor.java miikka.votealot.models.Vote.java miikka.votealot.models.Voting.java miikka.votealot.util.AsyncLoader.java miikka.votealot.util.AsyncPutter.java miikka.votealot.util.ConnectionManager.java miikka.votealot.util.DBAdapter.java miikka.votealot.util.TimeUtil.java miikka.votealot.util.UUIDGen.java miikka.votealot.util.VotingParser.java