Click here to Skip to main content
15,881,852 members
Articles / Mobile Apps
Article

Resco MobileApp Developer Pack – developing mobile business applications

1 Oct 20074 min read 19.2K   3  
The article describes the suite of Visual Studio controls, tools and samples designed for mobile business application development, targeting Microsoft .NET Compact Framework.

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.

Image 1

This is a showcase review for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.

Introduction

With the increasing popularity of mobile devices, it is natural that demand for mobile applications rises. Now with mobile computers becoming continuously more and more affordable, the companies want us – the developers – to create software for these devices that would allow them to carry their agenda around.

The tricky part of developing a mobile application is that every company has different requirements, because every company is running generally a different business. There are aspects, however, that these applications have in common:

  • They contain a user interface to gather input from the user
  • They contain algorithms which take the input and alter the underlying data
  • They connect to the database for data manipulation

And these aspects are also part of Resco MobileApp Developer Pack.

What is Resco MobileApp Developer Pack?

Figure 1 shows the contents of Resco MobileApp Developer Pack. It contains:

  • Suite of Visual Studio controls called MobileForms Toolkit
  • Sample mobile applications called Enterprise Samples
Screenshot - MobileAppDevPack_EN.png
Figure 1: MobileApp Developer Pack contents

MobileForms Toolkit is a set of Visual Studio controls that were created specifically for mobile devices. They are an important part of every business application. They feature:

  • Easy customization using either Visual Studio designer or an external designer tool
  • Intuitive UI based on standard Windows Mobile look
  • Ability to fetch data from a mobile database
  • Good performance even on mobile devices with limited memory and processor capabilities

You can read more about MobileForms Toolkit here.

EnterpriseSamples – these robust solutions take the advantage of MobileForms Toolkit and show how they can be used to build up a fully functional, professional looking and useful mobile business application. All the Samples are written in either C# .NET or Visual Basic .NET and target .NET Compact Framework. They are provided together with well-commented source code and thus allow you to skip over building the basics and move directly to fulfilling your customer's requirements. Following, you can find more detailed information about two samples that show a typical usage of mobile devices in an enterprise environment.

MobileSales Enterprise Sample

This Sample is a Sales Force Automation application that allows you to browse the database of your customers, orders, products and business visits. Built atop MobileForms Toolkit controls, it provides a simple yet flexible way of customization. The SQL CE database that MobileSales uses can be easily synchronized with a SQL server by means of Merge Replication.

Screenshot - MobileSales.png
Figure 2: MobileSales DevKit

A version optimized for the Symbol MC70 mobile device is also provided. One can use the MC70's bar code scanner to search the product database.

MobileSurvey Enterprise Sample

Sending an employee out in the field to collect the data is a common practice of every business. MobileSurvey Enterprise Sample is a solution that allows one to take the mobile device out in the field, fill in the prepared form and send it to the server for processing. MobileSurvey Enterprise Sample contains 3 modules:

  1. MobileSurvey Manager
  2. MobileSurvey Client
  3. MobileSurvey WebService
  1. MobileSurvey Manager is a desktop application that allows you to design the form, prepare questions for it and set the type of answers for the questions.
  2. MobileSurvey Client is a mobile device application that presents the form to the user, allows him to fill in the answers and sends them to the server for processing.
  3. MobileSurvey WebService is a server application that accepts the filled-in forms. The following scheme shows the whole MobileSurvey workflow:
Screenshot - MobileSurvey.gif

How Does the MobileApp Developer Pack Help You?

  • Speeds up your development process dramatically by providing a lot of work in the form of Visual Studio controls
  • Includes complete professional mobile device applications with well-commented source code
  • Applications provide the typical Windows Mobile look and feel and reach good performance even on devices with limited memory and processor capabilities

About Resco.net

Resco is a leading developer company in creating software for mobile devices running the Microsoft Windows Mobile OS. Beginning with development of end-user applications which are currently the best selling, Resco moved on to creating developer libraries, taking the experience along. Foundation of Developer Tools division at Resco and its effort has now resulted in rich variety of developer tools, controls, libraries, samples as well as model applications that Resco offers.

For more information about Resco MobileApp Developer Pack, you can visit here.

For information about MobileForms Toolkit, please visit here.

For information about Resco, visit here.

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

 
-- There are no messages in this forum --