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
Share A Lot - Share photos
My IME
Monect Portable
GO Keyboard Color HD
Smart Safe (Be secure)
Flashlight Z
Home Manager
The Splendid Spur for MobiPocket Reader
TaskMan
Word Checker
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
 
 
Prize Picker





Prize Picker
Version: 1.0

Platforms: Pocket PC


Categories: Entertainment, Games

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 53

File Size: 11 Kb
Download Free Prize Picker 



Rating: 1.7/5 (Total votes: 6)




  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. Well, you're right! It's not, but we didn't really focus on that any until we had a fully functional application.

The only big item we didn't implement, was an item that came up right at the end, we wanted to show the last winner in the area down at the bottom of the screen in big blog letters. And we wanted to rotate through remaining hopefuls and then finally pick a winner moving them to the winners table.

The application is a firm believer of the KISS principle. We did the entire application in about an hour and a half. And that is including some refactorings, and changes we made along the way. I'm pretty happy with the application, and will love it once we have the "Jackpot" style UI element added.

We added validation as we needed it, and decided to keep the applications logic in the UI, as hard as it was for us to do, to in this case to follow our KISS guidelines.

We have used RNGCryptoServiceProvider class already in the Pocket PasswordGen application on day six. This class makes sure that our random numbers are statistically random and not pretend watered down random.

Byte[] randomBytes = newbyte[4];

RNGCryptoServiceProvider rng = new RNGCryptoServiceProvider();
rng.GetBytes(randomBytes);


// Convert 4 bytes into a 32-bit integer value.
int seed = (randomBytes[0] & 0x7f)
 
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:

CeoComCeoCom
With CeoCom (from the EVE-Online neocom) you can download your EVE-Online Character Information to your mobile device and keep track of skills, server status, wallet, balance and more. For Windows Mobile and Desktop PCs! Just make your pick during the installation
Pocket Chess CombinationsPocket Chess Combinations
Pocket Chess Combinations is the training program on chess combinations for Pocket PC . The material is developed by the prominent chess coach Sergey Ivashchenko and aimed at intermediate players
PokerSnitchPokerSnitch
PokerSnitch is a new Hold Em Poker Hand Analysis tool. It allows you to quickly analyze what can improve a defined Poker Hand. It will also let you to run tests to simulate X number of hands being played with up to 4 predefined hands, showing you just what is a better hand in a given flop or just how bad the bad beat you took was
Pocket Chess StrategyPocket Chess Strategy
Pocket Chess Strategy - The file size for download: Program files: 1.3 Mb Framework program (if it has been installed you needn't download it once again) - 12 Mb The documentation in MS Word format- 0
Crossword Puzzle Bundle #6 for Pocket PCCrossword Puzzle Bundle #6 for Pocket PC
Crossword Puzzle Bundle #6 for Pocket PC - 6 bundles of 31 puzzles puzzles for Crossword Puzzles for Pocket OS! We''''ve licensed several years worth of crossword puzzles from Washington Post puzzle master Fred Piscop to bring you a selection of challenging and fun crosswords
Level 9 CELevel 9 CE
Level 9 CE - Allows to play Level 9's interactive fiction games (most of them with graphics). You can use game files downloaded from www.the-underdogs.org (IBM PC versions) or ifarchive.org (Sinclair Spectrum versions) This program runs on Windows CE 3.0 and PocketPC PDAs
Backgrounds for 600 Solitaire Games 4Backgrounds for 600 Solitaire Games 4
Backgrounds for 600 Solitaire Games 4   This file contains background picture for 600 SOLITAIRE GAMES. You must install this game on your device in order to use the file
Treasure RollerCETreasure RollerCE
Treasure RollerCE - This program will roll up treasure drops for your campaign. Just select the Challenge Rating of the monster and the drop multiplier. Options allow you to limit the types of drops (ie, only drop rings and swords, etc). It follows the 3.5 SRD rules and all the tables from the DM's guide
Spb Pocket HighscoresSpb Pocket Highscores
Spb Pocket Highscores - Spb Pocket Highscores is a utility allowing you to compete in Pocket PC games with mobile gamers from all over the world. Spb Pocket Highscores downloads your top scores from the games installed on your Pocket PC and publishes them to PocketGamer.org - the leading website devoted to Pocket PC games. The new 2
 

Other Software by developer «Chris Craft»:

Mobile QuizMobile Quiz
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
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
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
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
TripprTrippr
Trippr - 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've probably already figured out what this application does
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
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
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

» show more

 

Comments on Prize Picker:

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.
 

Prize Picker is compatible with your device i-mate PDA2
 
 
© Pantich 2009 - 2025 All rights reserved.