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

  
Last Viewed Apps
OI Notepad
Contact Backup
Quickcopy
Droplets 2.0 (Android)
MobiStego (Android)
Fun Games - Slide Puzzle
CelleSync - Phone Backup
QR and Bar code scanner
Advanced App Manager
SlideIT Keyboard Croatian Language Pack for Android
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
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
     


Achivx Partner
 
 
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:

MysteryWord (English)MysteryWord (English)
MysteryWord (English) - The play consists in discovering a word hidden while proceeding by the deletion of all the words of a list. At the end of the game, when all the words are eliminated, you will discover finally the mystery word. This one will be formed using all the not selected letters, gathered of left to the right and from top to bottom
Wild Words for Pocket PCWild Words for Pocket PC
Wild Words for Pocket PC - The Utimate word game, Its easy to play and incredibly absorbing. You can twist the text and it will give the hints to get words. You can use timer mode also. Word List nearly million words.. Play and Enjoy.
Word Blast for Pocket PCWord Blast for Pocket PC
Word Blast is an ultimate word game. Select and switch letters to form as many words
Pocket AcrossPocket Across
Pocket Across - Do you like crossword ? Here is the pocket pc version of your favorite games
ACLS Quiz Cards for Pocket PCACLS Quiz Cards for Pocket PC
ACLS Quiz Cards for Pocket PC - This is a fully customizable flash/quiz card program for the PPC equipped critical health care provider. You will find hundreds of ACLS related questions that will really test your knowledge of ACLS! You will be able to see which cards have been viewed and what your ongoing score is
Amiga Crossword EvolutionAmiga Crossword Evolution
Amiga Crossword Evolution is quite simply the future of crosswords. It takes one of the most popular past times in the world and moves it forwards into the digital age, combining the best of pen and paper, computer and Personal Digital Assistant (PDA) to provide an outstanding leisure experience
Assertion and Verification for Pocket PC 2002 / 2003Assertion and Verification for Pocket PC 2002 / 2003
Assertion and Verification for Pocket PC 2002 / 2003 is an application where you can enjoy and enrich your Vocabulary at the same time. In Assertion and Verification, two sentences are presented with five options. All you need to do is to choose the option that is correct. Have a check on time to win a place in the Topper's list
"emWord Stack" for Pocket PC 2002 / 2003"emWord Stack" for Pocket PC 2002 / 2003
"emWord Stack" for Pocket PC 2002 / 2003 - Developed to be compatible for WINDOWS MOBILE EDITION 2003 devices. emWord Stack is an excellent and unique game for your Pocket PC to improve swiftness, word power. You have to fill the racks with right alphabets and form the words
WordBreaker (ARM/XScale)WordBreaker (ARM/XScale)
WordBreaker (ARM/XScale) - An addicting combination of Boggle and JawBreaker! Spell a word by tapping adjacent letters and then tap the check box at the lower left. If you spelled a correct word, you get the points and the letters are removed, causing the letters above to drop. When you remove a full column, another column is generated at the left
Trace the Words for Pocket PC 2002Trace the Words for Pocket PC 2002
Trace the Words for Pocket PC 2002 tests your general knowledge in various concepts that includes Currency, Country, Human Organs, Authors, School days, Animals, Islands, Colors, Measurements and Oscar Winners. Don't miss to keep a tab on time. Your score will be displayed which reveals how good you are in the above topics
 

Other Software by developer «Chris Craft»:

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
Mobile WeatherMobile 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 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
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
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
Pocket Death ClockPocket 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
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
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
MobileInfoMobileInfo
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

» 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 O2 xda IIs
 
 
© Pantich 2009 - 2025 All rights reserved.