Questionnaire Manager,it's an Android Application that uses the data from an SQLite Database and can share a Questionaire to collect the answers in a Database. It could use for a general purposes..
QM-Android is hosted in the following web site
https://github.com/jalfaro/QM-Android
If you think the Android project QM-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.
The following table is the detailed list of QM-Android.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi] |
Target SDK Version | 10 |
Minimum SDK Version | 10 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in QM-Android. The names of the image files are listed as follows.
file.png folder.png
The following screenshort is generated from the image listed above.
QM-Android has the following Java source files.
org.questionnairemanager.engine.FilePickerActivity.java org.questionnairemanager.engine.LocationActivity.java org.questionnairemanager.engine.MainActivity.java org.questionnairemanager.engine.QMAndroidApplication.java org.questionnairemanager.engine.StudyActivity.java org.questionnairemanager.engine.SubjectActivity.java org.questionnairemanager.engine.data.Constants.java org.questionnairemanager.engine.data.LocalDataHelper.java org.questionnairemanager.engine.data.LocalDataManager.java org.questionnairemanager.engine.data.qmc.DataBaseHelper.java org.questionnairemanager.engine.data.qmc.Node.java org.questionnairemanager.engine.data.qmc.Study.java org.questionnairemanager.engine.data.qmc.SubjectStudy.java org.questionnairemanager.engine.utility.BackUpDBUtility.java org.questionnairemanager.engine.utility.NodeNavigationUtility.java org.questionnairemanager.engine.utility.ObjectStoreUtility.java org.questionnairemanager.engine.utility.UnzipUtility.java