Project for "Mobile Computing" for rating some items - Projects in the primary target usecase.
Rating-App is hosted in the following web site
https://github.com/Dissem/Rating-App
If you think the Android project Rating-App 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 Rating-App.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Asset File Names | assets\CA Cert Signing Authority.cer |
There are 8 image files in Rating-App. The names of the image files are listed as follows.
drawer_shadow.9.png ic_action_qrcode.png ic_action_reload.png ic_drawer.png medal_bronze.png medal_gold.png medal_silver.png noimage.png
The following screenshort is generated from the image listed above.
Rating-App has the following Java source files.
ch.bfh.mobilecomputing.fs2014.ratingapp.EnterCodeFragment.java ch.bfh.mobilecomputing.fs2014.ratingapp.ItemAdapter.java ch.bfh.mobilecomputing.fs2014.ratingapp.ItemDetailFragment.java ch.bfh.mobilecomputing.fs2014.ratingapp.ItemListAndDetailFragment.java ch.bfh.mobilecomputing.fs2014.ratingapp.ItemListFragment.java ch.bfh.mobilecomputing.fs2014.ratingapp.MainActivity.java ch.bfh.mobilecomputing.fs2014.ratingapp.Utils.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.CACertHttpsHelper.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.DatabaseConnector.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.DatabaseHelper.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.Rating.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.Survey.java ch.bfh.mobilecomputing.fs2014.ratingapp.entities.SurveyRepository.java