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
Word Games Super Pack 1 "Word Games Super Pack 1" for Pocket PC 2002/ 2003 is an EXCITING, UNIQUE combination of FOUR POPULAR WORD GAMES. And, it is available at 45% OFF compared to individual products:
Word Trivia for Pocket PC 2002/2003 - $8.95
Word Billiards for Pocket PC 2002/2003- $8.50
Mind Teasers for Pocket PC 2002/2003 - $6
"emWord Search" for Pocket PC 2002/2003 "emWord Search" for Pocket PC 2002/2003 - Enjoy the most popular classic word game in new pattern.
emWord Search helps you to test your word power, swiftness.
Coin the more words within stipulated time and get top score.
Don''t forget to keep a tab on clock since each level is provided with different time duration
Le Ponton Le Ponton - An adaptation of the famous game of Hangman.
The rules are the same ones: to reconstitute the word hidden by finding each one of its letters.
But here, rather than to hang the character, you must help it to reach the other side of the river by building a "bridge"
WordSearch Mania WordSearch Mania - The classic word search game! Find all the listed words from grid and challenge your mind and eye coordination in this game. Words can appear in any direction (horizontal, vertical, diagonal), either backwards or forwards.
Your task: Locate the words by drawing a line through them with your stylus
LiterakiPPC LiterakiPPC- Literaki is a word game pretty similar to ScrabbleTM, but it's a lot more playable as its rules and scoring is simpler. While ScrabbleTM uses quite a few numbers for scoring tiles here they are classified by colours instead, and you get 3 x bonus when tile colour matches the field. In the BETA version there is no multiplayer mode
emWord Builder for Pocket PC 2002 / 2003 emWord Builder for Pocket PC 2002 / 2003 has got 4x4,6x6 and 8x8 options to titillate the player.
At start, words are randomly generated and displayed in the buttons. The player has to pick up the letters from the given buttons to form a meaningful word. Score increments for every meaningful word.
Don't miss to keep a tab on time
Literaki Literaki - Literaki PPC BETA - Literaki is a word game pretty similar to ScrabbleTM, but it's a lot more playable as its rules and scoring is simpler. While ScrabbleTM uses quite a few numbers for scoring tiles here they are classified by colours instead, and you get 3 x bonus when tile colour matches the field
Other Software by developer «Chris Craft»:
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
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
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 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
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
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
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 Signature Mobile Signature - 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
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