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:
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
Japan Crossword This program gives you pleasure of solving nonograms. There are three types of crosswords: 10x10 random, 20x20 random, 20x20 from base. The last type is mostly interesting as soon as you solve a natural crossword based on a picture
Data Palace Pressure Search Data Palace Pressure Search - Time is running out...better hurry! Pressure Search is an addictive word searching games that puts the pressure on you.
How do you play
Enter a word or phrase, does not matter what you enter
Pocket Geography Quiz Pocket Geography Quiz - Now you can download latest trial version from www.sekapsoft.com
Pocket Geography Quiz is a trivia game to test your geography knowledge! The software has a huge database of 192 countries and 1150+ cities of the world
"Word Tracer" for Pocket PC 2002 / 2003 "Word Tracer" for Pocket PC 2002 / 2003 tests your WORD POWER and swiftness.
Trace 4,5 or 6 letter words from the grid. Click on the first letter of the word and drag till the last letter. The words get highlighted and score increases for the right words
"emWord Worm" for Pocket PC 2002 / 2003 "emWord Worm" for Pocket PC 2002 / 2003 - Compatible with Windows Mobile edition 2003 devices.
emWord Worm is a fun and educational game for the fun and math lovers of all ages.
You have to form a tunnel by forming simple words in sequence
"emLetter Bank" for Pocket PC 2002/2003 "emLetter Bank" for Pocket PC 2002/2003 provided with few alphabets and minimum chances to form a word. No need to use all alphabets of Keyboard to form the word. Just use only given alphabets and form meaningful word and get the score.
Alphabets are provided under each question and these alphabets differ from question to question
Wheel of Fortune® Game Puzzle Pack Vol. 9 Registration Code Wheel of Fortune® Game Puzzle Pack Vol. 9 Registration Code - Play Wheel of Fortune!
GAME PUZZLE PACK VOL. 9 EXPANSION CODE
America's #1 Game Show is now available on the Pocket PC! Wheel of Fortune is a fully functioning version of the TV show you've enjoyed for the last 20 years
SMS Logger SMS Logger - 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've had a lot of requests for SMS related applications
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
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
Mobile SMS Remote Mobile SMS Remote - 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 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
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
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
Prize Picker Prize Picker - 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.
There is probably someone out there who doesn't think this is the best looking application ever
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