Click here to Skip to main content
15,868,148 members
Articles / Mobile Apps
Article

MobileForms Toolkit - a modern way of developing mobile business applications

10 Jun 20052 min read 37.5K   9   5
Resco MobileForms Toolkit is a set of .NET controls designed specifically for mobile devices.

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.

Introduction

Mobile devices, also known as PDAs or Smartphones, currently represent one of the fastest growing branches of IT industry. This is one of the reasons why development of mobile software applications gains increased importance and the number of developers keeps growing. These are not just providers of end user applications, but also providers of enterprise solutions who need to extend the functionality of their products to mobile devices.

Even though Microsoft Visual Studio .NET provides the developers with reasonable environment for smart device application development, the standard controls included with Visual Studio .NET have been designed for the desktop environment and using them in mobile application projects often causes problems.

Controls designed specifically for mobile devices

The main limitations of mobile devices are: small display, relatively low performance of the CPU and problematic control (especially if the device lacks a touch-screen).

When designing mobile applications, one needs to consider these limitations and design them so that they offers intuitive and easy-to-use user interface and reasonable performance even on the less powerful mobile devices. The simplest way of achieving this is to use specialized components.

Resco MobileForms Toolkit is a set of .NET controls designed specifically for mobile devices. All controls provide a user interface common for all standard mobile applications such as Pocket Outlook and similar, and support fast data loading which allows real-time processing of even very extensive data sources.

The MobileForms Toolkit package includes:

  • Resco AdvancedList .NET
  • Resco DetailView .NET
  • Resco SmartGrid .NET
  • Resco CompactConrols .NET
  • MobileSales Sample Project

About Resco AdvancedList .NET

This efficient replacement for the ListView control is suitable specifically for mobile devices. It allows you to display data in a list while each row of the list can be displayed in a different way depending on a character of the data.

Image 1

About Resco DetailView .NET

This stylish UI control provides an elegant and time-saving way of creating user input forms. It supports all standard simple input controls, such as TextBox, ComboBox, etc. while providing a consistent look and feel, making the form look similar to standard mobile PIM applications.

Image 2

 

About Resco SmartGrid .NET

This easy-to-use Grid control supporting advanced graphics and data binding capabilities allows you to display various data in a fast, colorful grid containing different images and cell styles.

Image 3

 

About Resco CompactControls .NET

A collection of popular UI controls such as OutlookCalendar, OutlookShortcutBar, SignatureBox, DateTimePicker and MonthCalendar in one library. All controls have been optimized for the .NET Compact Framework, so they can be easily used in mobile projects.

Image 4

 

About MobileSales Sample Project

The goal of this sample application is to show how to develop a mobile client par of Sales Force Automation solution in Microsoft Visual Studio .NET.

The sample uses a set of Resco’s advanced controls, which gives the final application a stylish Windows XP-like appearance, with intuitive and easy-to-control user interface and good performance even on the less powerful mobile devices.

Image 5

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Slovakia Slovakia
Resco is a leading developer of wide range of mobile software products for the Microsoft Windows Mobile software platform. Besides the best selling end-user mobile applications, Resco offers also powerful developer controls and tools as well as enterprise mobile solutions.

For further information about Resco MobileForms Toolkit, visit www.resco.net/developer/mobileformstoolkit/

For further information abour Resco, visit www.resco.net.

Comments and Discussions

 
Generalhelp me! Pin
tp_124916-Jun-07 20:39
tp_124916-Jun-07 20:39 

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.