Click here to Skip to main content
15,867,308 members
Articles / Mobile Apps / iPhone
Article

Tip: iOS Look in Windows Mobile

1 Feb 2012CPOL3 min read 19.3K   29   4   2
An overview of the new features of MobileForms Toolkit

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Although Windows Mobile is rather an old mobile platform, it is still being widely used. Why would anybody still be using Windows Mobile platform when we already have iOS for instance?

Indeed, Windows Mobile is an older platform but it still has much to offer. In my own experience iOS is suitable for consumers – people who want to browse internet, play games, entertain themselves on social media websites etc. When it comes to business, iPhones often lack the demanded functionality. They do not have barcode or RFID scanners and they cannot sustain any heat, pressure, dust or water. Why don’t we just combine the functionality of Windows Mobile devices with user experience of iPhones?

Resco MobileForms Toolkit can not only bring functionality but also a user-friendly interface with intuitive navigation. Our survey of 2,450 corporate developers that are using MobileForms Toolkit revealed that on average it saves 45% of time needed for Windows Mobile development.

What is new?

We have created a sample application with use of new features of MobileForms Toolkit. You can download the trial version and try it on your own.

  • new visualization capabilities
  • much smoother scrolling and animations
  • less lags and screen is not blinking when it is rendered or drew
  • alias rounded corners
  • background filling
  • border thickness
  • padding

Prerequisites

To see how Resco developers got the app down to the fine art, download either the source code or application below:

You Will Need

  • Microsoft Windows Mobile 5.0 SDK (or later) which you can download here.
  • Resco MobileForms Toolkit 2012 Windows Mobile Edition which you can download here.
  • Any WM device (or emulator)

We have used following Resco libraries in the project:

  • Resco UIElements for .NET CF
  • Resco Core for .NET CF
  • Resco MessageBox for .NET CF
  • Resco KeyboardPro for .NET CF

Elements that have been used in our application:

  • UIElementPanelControl – this control is a core of our application. All of UIElements components have to be placed on this panel.
  • UIGridPanel – this panel aligns elements automatically to the predefined rows and columns. It offers smooth scrolling of whole elements. The UIGridPanel is bound through the DataSource to the data object. Other elements that are placed on the UIGridPanel, are bound through the DataBindings.
  • UIButton –the BackgroundImage was set. Icons are interactive and transparent to the BackgroundImage.
  • UITextBox – textbox with a default hint displayed.

Screen1.PNG Screen3.PNG Screen4.PNG

UIOptionView (OptionLabel, OptionCheckBox, OptionPage, OptionSwitchButton, OptionRadioBox)

Screen2.PNG

Then we have used other Resco elements (UILabel, UICheckBox, UIColorPicker, UIComboBox, UIDateTimePicker, UINumericUpDown)

MobileForms Toolkit

Controls, components and libraries that will help you rapidly speed up the development process. Thousands of corporate mobile developers are using this product and their feedback is used to ensure its quality. MobileForms Toolkit is a must-have tool if you want to create user-friendly interface and manage various objects such as:

  • Grid, list, pick list, tree, chart, image, audio, data, keyboards
  • Button, toolbar, tabs, shortcuts, scrollbar, various input boxes
  • Month/week scheduling, date/time pickers, call history, GPS, maps and many more!

More info: http://www.resco.net/developer/mobileformstoolkit
Read our blog http://www.blog.resco.net

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Marketing Resco
Slovakia Slovakia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralNice Pin
Dean Oliver1-Feb-12 8:24
Dean Oliver1-Feb-12 8:24 
GeneralRe: Nice Pin
Resco Developer Tools1-Feb-12 22:21
Resco Developer Tools1-Feb-12 22:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.