Click here to Skip to main content
15,885,939 members
Articles / Mobile Apps
Article

7 Steps for Development of Mobile Enterprise App

13 Jun 2011CPOL3 min read 26.3K   17  
In the recent past, we saw a lot of new technologies flourish in an IT industry such as VOIP, Skype, Webex, social networks and many more. But what happened with the old means of communication?

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.

Mobile Trends

Some of you might still remember the days when e-mail communication was in the beginning phase. Suddenly the use of e-mails started to boom and plenty of industry experts predicted the end of standard posts and letters, saying: “Why would anybody need to use letters anymore? E-mails are better, faster and cheaper than the post.”

Little bit later, mobile phones begun to seize their market share and again rumors about the end of the e-mails started to spread. “Why would you need to use your PC to contact somebody when you have cell phone everywhere with you and you can call him or send a SMS instantly?”

In the recent past, we saw a lot of new technologies flourish in an IT industry such as VOIP, Skype, Webex, social networks and many more. But what happened with the old means of communication?

  • Posts and standard letters still exist
  • People sent over 100 trillion e-mails in 2010 reference
  • The sales of smartphones grew by 96% during 2010 reference
  • More and more people use Skype, social networking and other means of modern communication

Mobile phones are certainly not dead and they won’t be in a near future. For instance, Gartner forecasts that mobile web access will surpass PCs by 2013 (reference). Companies are increasingly demanding mobile applications which can help all stakeholders to make their business decisions on-the go. Business people need to access the data and relevant information not only in their offices but also on their business trips or while they are out of their offices.

Mobile Enterprise Applications

Developing mobile business applications is not as easy as it might look like at the first glance. The standard controls and libraries for Windows Mobile, .NET Compact Framework, offers only very basic set of tools that can help mobile developers to create their applications. Business applications often need to present data in lists, tables, charts, details or grids.

7 Steps to Create your Own Mobile Enterprise App

MobileApp Studio was designed to rapidly simplify the development of mobile business applications from the scratch. You can download the trial version here. And try to create your first Windows Mobile, Windows Phone 7, Android or iOS application in very easy way. In the following tutorial I will explain how to create Windows Mobile application in 8 steps:

  1. Create a new Smart Device project in Microsoft Visual Studio 2008
    1.	Create a new Smart Device project in Microsoft Visual Studio 2008
  2. Add new MobileApp Studio control to your project
    2.	Add new MobileApp Studio control to your project
  3. In the Wizard, choose graphics theme and other attributes
    3.	In the Wizard, choose graphics theme and other attributes
  4. Design the UI in advanced designer embedded in Visual Studio
    4.	Design the UI in advanced designer embedded in Visual Studio
  5. Bind to your data source
    5.	Bind to your data source
  6. Add further functionality in C# or Visual Basic
    6.	Add further functionality in C# or Visual Basic
  7. Run in Emulator
    Run in Emulator

Well done! It is as simple as you can see. The application looks great and has already a basic functionality.
You can check out the more detailed video of how you can create mobile application under 4 minutes here.

MobileApp Studio features

MobileApp Studio consists of:

  • Controls, components and libraries for all supported platforms
    • Windows Mobile (40 controls)
    • Windows Phone (20 controls)
    • Android (5 controls)
    • iOS (4 controls)
  • Wizards and designers for lists and details

Multiplatform Support

Development of application for other operation systems is as easy as for Windows Mobile shown in the example above. However, the main advantage of MobileApp Studio is its multiplatform support and development. Once your Windows Mobile or Windows Phone application is ready, you will be able to reuse your code and simply export the code and rebuild it in:

  • Visual Studio 2008 for Windows Mobile
  • Visual Studio 2010 for Windows Phone
  • Mono for Android for Android
  • MonoTouch for iOS (iPhone, iPad). You will need Mac computer.

It is as simple and easy as that! You don’t have to learn Java or objective C to develop applications Android and iOS. With MobileApp Studio you can make use of your existing knowledge and experience with .NET.

twitterfacebookYouTube

MobileApp Studio homepage: http://www.resco.net/developer/mobileappstudio/overview.aspx

E-mail: peter.hanustiak@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

 
-- There are no messages in this forum --