Peace be on all of you! I have to develop a questionnaire like small android app. There will be 10 questions with only 2 types of answers, i.e. either "Yes" or "No". When the user will answer all of the 10 questions, a report will be shown to user according to his answers. Kindly tell me, how should I proceed? Do I need to use database (sqlite) or can work without it? and how should I start to develop this app? I am new to Android. Thank-you!
|
If you are new to Android, than use a web approach: Show a html page 1-10 in a webView and link it each other and finally the 10th is linked to an url, where you will do a http POST / GET with your collected 10 params. Exactly as how would you do in a "standard' web development. Also you can use several app to wrapp into Android app: Appcelerator, Phonegap and so on. |
|||||
|
|
Here is a class which is a screen: (Android Activity)
you need the help.xml build and placed into /res/layout/ folder. Also write the help.html and place it into: /assets/ui folder and not android_asset and at is not in this case you have the starting point set up, than go and load with html links the next next next ... until is done, than pust url. Somewhat easyer if you are doing in android ui development, and not web-like, but that need a bit more experience |
|||||
|