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
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
3gp Video
Audio
Audio Players
Graphic Editors
Image Viewers
Media Share And Upload
Painting
Photography
Radio & Streaming audio
Ringtones
TV & Streaming Video
Video
Video Players
More
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 Signature





Mobile Signature
Version: 1.0

Platforms: Pocket PC


Categories: Multimedia & Graphics

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 453

File Size: 35 Kb
Download Free Mobile Signature 



Rating: 2.4/5 (Total votes: 5)




  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.

You know sometime someone tells you about something, and you can tell there is a whole lot more to it than they are telling you about. Well, signature capture for Windows Mobile is one of those things. It's really not bad today and you can do it in one sitting easily now. But there was a time, when if your life depending on it you might be able to get it right. At least we have managed code now. A fewofus attempted to do this feat in embedded Visual Basic years ago and I'm surprised it didn't cost us our sanity. Oh the humanity…

You could do it you just had to copy each color pixel by pixel and save it into a bitmap, and that was a challenge too. And GetPixel() had to be the slowest function call ever. It took at least a second. No way, you were going to give someone a full screen to put there signature.

Office 2007 might have 2007 features in it. And it works for Office 2007, well to a point. But with Windows Mobile applications less is more. Don't get me wrong I really do think Mobile Signature would make a great feature in a more complete application. But as far as the feature of taking a signature on a mobile device this is a great approach.

Also note that Mobile Signature could be easily adapted into a drawing application, and so on, especially for kids.

Let's talk about UI first. Notice how much space is dedicated to taking the user's signature. This is important; I've seen almost the reverse before and that just isn't very usable. I took a little extra time and care to make sure all control had a black border around them,expect the black color square. It has a gray border.

One thing to note is a wanted the user to be able to tell what color they would be writing in without having to draw on the screen. This is accomplished by having the borders around the active color flash on and off. This is a great visual effect that was easy to implement with a timer. We track the currently active color in a form level variable, and on the timer tick event, which happens every 500 ms, we toggle the visibility of the border around the active color. Works great! Check it out!

The menu is another area that is simple but you can learn from it. Save is very important to us, so it is prominent and has it own hardware button that can cause it to occur. On the menu we have an option for clearing the screen, showing the about form, and exiting the application. But we also have a menu option to change the size of the line we are drawing with. It can be set from any of the following: 1 pixel, 3 pixels, 5 pixels.

The core of the application is the code that actually draws the lines on the screen. One area of code that is worth checking out is the code to save the bitmap of the signature. It's pretty advanced and powerful.
 
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:

ImagerDrawingImagerDrawing
ImagerDrawing - ImagerDrawing is a drawing tool for Windows Mobile. It allows you to create simple 240x268 pixel sketches on your phone. To use the app, simply draw on the screen and add text if you want. When you are done, you can save the image to a BMP, JPG, TIFF, PNG or GIF file
CalendarsNotesCalendarsNotes
CalendarsNotes is an app which allows you to create compact monochrome 2 bit bitmaps drawings/notes and store them in a folder based calendar interface. You can also edit the notes and export to GIF, JPEG file format. The JPEG libraries are from Independent JPEG Group
DrawingJPEGerDrawingJPEGer
DrawingJPEGer allows you to create colour drawings and save them to a customized JPEG or 24-Bit bitmap file. Select the pen width/style and colour and draw the image. Select 'Save' to save the drawing in JPEG image format. The JPEG libraries are from Independent JPEG Group
Kid BlackboardKid Blackboard
Drawing tool for kid
MYdeaMYdea
MYdea - Capture your ideas with MYdea Do you have an idea? Capture it. MYdea allows you to capture ideas by allowing to draw, write or photograph the idea. Give it a name and your idea is captured
MP3ID3DrawingMP3ID3Drawing
MP3ID3Drawing - MP3ID3Drawing allows you to draw the album art for an MP3 file and add it to its IDv3 tag. To use the app, select the desired MP3 file and tap on it. The program will then open the drawing composer. When you have finished, the program will insert the drawing as album art
FingerPaintFingerPaint
FingerPaint - This is a simple drawing program. You can use the joypad of your PocketPC to move the pen. This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer
BookBMPerBookBMPer
BookBMPer allows you to attach 256 colour bitmap drawing to the end of a LIT file and places the new file in the 'BookBMPer' subfolder after the main folder. You can also view the eBook files and the images in the built in viewer
DoodlePadsDoodlePads
DoodlePads - DoodlePads is a small program that lets you draw and view doodles. DoodlePads requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer
TwityfrogDrawingsTwityfrogDrawings
TwityfrogDrawings is a full-featured drawing tool that allows you to compose 240x268 pixel JPEG images and upload to your Twitter account via Yfrog.com. The JPEG libraries are from Independent JPEG Group. The Twitter image storage/updater service is from ImageShack
 

Other Software by developer «Chris Craft»:

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
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
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
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
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
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
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
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
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
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

» show more

 

Comments on Mobile Signature:

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 Signature is compatible with your device HTC Advantage X7510 (HTC Athena 400)
 
 
© Pantich 2009 - 2025 All rights reserved.