Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Action & Shooting
Adventure
Arcade
Board
Card
Casino
Game Packs
Games Emulators
Kids
Memory & Reaction
Puzzle & Logic
Racing
Role games
Simulations
Sport
Strategy
Utilities
Word
Zombie
More
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


 
 
Mobile Quiz





Mobile Quiz
Version: 1.0

Platforms: Pocket PC


Categories: Games

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 205

File Size: 358 Kb
Download Free Mobile Quiz 



Rating: 2.5/5 (Total votes: 4)




  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:

BridgeQuizzerBridgeQuizzer
BridgeQuizzer - BridgeQuizzer is a quiz of 302 bridge terms/meanings. Select 'start quiz' on the toolbar to start the quiz. The program tracks your scores. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Big Kahuna WordsBig Kahuna Words
Big Kahuna Words - One of the all-time best selling PC word games goes mobile! Explore your word-making skills while traveling back to the islands of Hawaii and Polynesia. Dare to dive into a world of words in this underwater puzzler. Dive between the Hammerhead Sharks and other aquatic life, breaking stone blocks with your words in an explosive twist on puzzle gameplay
GameTriviaGameTrivia
GameTrivia - This program is a 1100 question trivia game. Select 'start quiz' from the toolbar and answer the question. There are 1100 trivia questions. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
FilesQuizFilesQuiz
FilesQuiz - This program is a learning quiz of 525 file extension types. Select 'start quiz' on the toolbar to start the quiz. The program tracks your score. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Movie Line TriviaMovie 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
QuizMaster - WordQuizQuizMaster - WordQuiz
QuizMaster - WordQuiz for PocketPC is a program you can use to memorize word pairs by looking at the question, answering it and then checking the answer. If word pairs are not known, WordQuiz will show the wordpairs again, giving you the chance to memorize the word pair
NameGameNameGame
NameGame - This program is a word matcher game. Select 'start' from the toolbar to select a random name from 2000 men/womens names. Then you have to guess the name in the least amount of tries. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Who Wants To Be A Millionaire 2010Who Wants To Be A Millionaire 2010
Who Wants To Be A Millionaire 2010 - All New Millionaire, All New Rules Experience the gameshow sensation in the palm of your hand! Who Wants To Be A Millionaire 2010, challenges players to correctly answer 15 questions of increasing difficulty with the help of four lifelines - Ask the Audience, Phone a Friend and the newly added Double Dip and Ask the Expert
UnJumbleUnJumble
UnJumble is a simple game in which the user is presented with a jumbled 8 letter word. A target is set and time is alloted for each level. The user has to find the possible words having 3 or more letters. With each word found the target is reduced. Once, the user has found enough words to reach to the target, a new level is presented to the user. CHANGES: 1
PDAmill - GlyphosPDAmill - Glyphos
Glyphos: Visual Puzzles is our latest, greatest, brain-teasing logic-puzzle game for Windows Mobile Classic, Professional, and Pocket PC devices
 

Other Software by developer «Chris Craft»:

Mobile SMS RemoteMobile 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
Prize PickerPrize 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
SMS LoggerSMS 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
GPS ClockGPS 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
Mobile SMS ContactMobile 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
What Is My IP?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
Lunch-O-MaticLunch-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
Community Megaphone ReaderCommunity 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 SignatureMobile 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
Mobile SpeedometerMobile 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

» show more

 

Comments on Mobile Quiz:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Mobile Quiz is compatible with your device Asus Lamborghini ZX1
 
 
© Pantich 2009 - 2025 All rights reserved.