Mobile Quiz - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today we are going to look at another classic goal in Mobile development, data collection. You might need it for a line of business application, for example a field service application where workers need to inspection equipment and fill out a questionnaire. Or you might need it in a mobile poll taker application. You could even use it in a trivia game. There are few applications actually that couldn't take advantage of a question and answer system like the Mobile Quiz.
There is so much potential with this application. I hope you can see the concept and see the potential here. There are a world of possibilities here. Hopefully this application will help you get ever so slightly closer to realizing some of them.
The UI is a straight-forward and clean design, which was easy to make but should appeal to users. Everything is meant to be intuitive and self explanatory. Users should simple be able to look at the screen and get it.
The first screen is an quiz introduction form. All we have here is some eye candy, the name of the quiz, and some basic menu options: Start, About, and Exit.
After this the user is presented with the questions screen. This is the main meat of the application.
Questions are pulled from an XML file which could be retrieved from a remote server.
It's a snap to open the XML file and read in all of our data.
DataSet dataSet = new DataSet();
// read quiz data file
dataSet.ReadXml(@"/Program Files/MobileQuiz/quiz.xml");
One thing that I decided was important was to avoid showing modal MessageBox dialogs often. Instead
I choose to use a label, place it at the top, set it's background color to Info, and use it accordingly. This works out great and I think is a much better user experience. Data entry on a mobile device is a huge pain, and if you can take a dialog out of the equation that's a good thing.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
Similar Software:
Movie Line Trivia Movie Line Trivia - Are you a movie buff? Are you the local movie wiz? Is your idea of a fun night out watching your favorite classic movies with a large popcorn? Do you like reciting those funny movie lines to friends and family? If you answered yes to any of these questions, then this is the game for you
"emLetter Avalanche" for Pocket PC 2002/2003 "emLetter Avalanche" for Pocket PC 2002/2003 - Compatible with all Pocket PC 2002 and Windows Mobile edition Pocket PC 2003 devices.
You are a mountain climber and trapped by an avalanche. Just dig yourself out by picking vowels that are trapping you
DaisyWords for Pocket PC DaisyWords for Pocket PC is a new Word Search puzzle game for all ages! The game features a flexible levels system that progresses at your own pace. The harder levels are fun and challenging for most ages while the easier levels are suitable even for young children. Each level takes only a short time, so progress is steady and rewarding
"Form the words" for Pocket PC 2002 "Form the words" for Pocket PC 2002 -
Discover the hidden words from the HINTS (only first letters or middle letters of the word are shown). Click and drag on the letters that make up the word.
Beginner? Start playing 'level 1' and find the words in given time. Confident with 'level 1'? Advance to 'level 2' to find the words in half the time
Trivia King Trivia King - WARNING: JSmart is not responsible for brain burnout! Find out if you''re the Court Fool or the Trivia King. Trivia King is actually 2 great trivia games in 1. It will challenge the best of them across all categories and skill levels
Lexicon Dictionary - British Lexicon Dictionary - British - Play Lexicon with this dictionary of British English
British spellings for 37000 words, from aardwolf to zed
Super-compressed to use minimum storage on your PocketPC
Free for all Lexicon users
Now play on your desktop with Lexicon 1
Aristotle Virtuousness Test for Pocket PCs Aristotle Virtuousness Test This program is a simple 11 step test which determines how much virtuous you are according to Aristotle. Who is Aristotle? I can't help you with that! This test should be done by someone who knows you very well. (E.g.: Family, partner, friend...) Don't do it yourself! After the test you will be given a score out of 100
"Animated words - 1" for Pocket PC 2002 "Animated words - 1" for Pocket PC 2002 will be a real test for your vocabulary and memory power. You've got two engaging levels to test you.
All you need is to observe, unscramble the words and just give a click. The score will reveal your word power
Scrobble Scrobble is a port of the popular word game Scrabble for Windows Mobile.
Scrobble runs best on VGA-resolution displays, but it should also work on QVGA and WVGA displays. Use your device's d-pad to move the board around so you can see all of it.
Notes
- Scrobble plays exactly the same as Scrabble, with the following differences:
..
What Next for Pocket PC 2002 What Next is an enticing game which helps you to test your English knowledge.
You need to form a meaningful word from a panel of words.If you don't get, try for swapping the two adjacent letters. You can easily get the meaningful word.
Get started right now and check out your score now. Keep tab on time
Other Software by developer «Chris Craft»:
Mobile SMS Contact Mobile SMS Contact - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today one of my readers, Paul Diston, made the following request
Pocket Death Clock Pocket Death Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Let's have some fun today. And do an application that is just for kicks
What Is My IP? What Is My IP? - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
You may have seen sites like WhatIsMyIP.com, IPChicken.com, and my favorite IPCow.com
Mobile Speedometer Mobile Speedometer - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
MobileInfo MobileInfo - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Information is power. And with the .NET Compact Framework we can have all the information we want
GPS Clock GPS Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
I couldn't resist creating another GPS related mobile application
Community Megaphone Reader Community Megaphone Reader - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile Weather Mobile Weather - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Lunch-O-Matic Lunch-O-Matic - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Being a geek, I have a lot of geek friends. Being friends, we tend to eat lunch together