IBM MobileFirst Platform Foundation 7.1 And Ionic 2 - Going forward at your own pace

Introduction

As human beings, many of us spend a great deal of time thinking about the future. We can’t wait to get our hands on the newest technology, latest software versions, or latest mobile phones. Some of us embrace change more slowly, adopting new technologies when we feel it’s right to do it. Each of us moves towards the future at our own pace - some of us as sprinters, some of us as long distance runners, and others as joggers or walkers. And yet, we all move forward eventually.

long distance-runner

So what does this have to do with building mobile apps? We recently released MobileFirst Foundation 8.0 (available on the cloud and on-premise). If you are doing hybrid development, you’ll appreciate that MobileFirst Foundation 8.0 doesn’t require you to use a specific Cordova version, making it easy to combine it with the latest front-end frameworks & tools. But if you choose to stick with MobileFirst Foundation 7.1 for the time being, you can still enjoy doing hybrid development with the latest technologies, like Ionic2. You just have to follow a few more steps, as described in this blog below.

MobileFirst Platform Foundation 7.1 allows you to develop your app as a Cordova app. We did this by providing the MobileFirst hybrid SDK as a set of Cordova plugins, compared to previous versions of MobileFirst Foundation, where Cordova was embedded within the platform. This change was great because as a developer, you got more flexibility. For example, the folder structure of the project of an MobileFirst Foundation hybrid app is the same as that of a Cordova app, making it easy for you to integrate other frameworks like Ionic. However, to work with the newest frameworks, like Ionic2, you still have to do a few tricks, since MobileFirst 7.1 is only compatible with Cordova version 3.7.0 (not later versions), and you have to work with the MobileFirst Foundation CLI, and not with the Cordova or Ionic CLI commands.

Ionic is a leading platform for hybrid mobile app development. It provides an easy way to build beautiful and interactive mobile apps using HTML5 and AngularJS. Now Ionic2 is out in beta, and it’s getting a lot of attention. Ionic2 is based on the newest version of AngularJS, version 2, which is very different from a development perspective, because it is much more component oriented than controller oriented. There is already good lab about working with IBM MobileFirst 8.0 and Ionic2.

Note: In case you are looking for a sample which shows MFP 7.1 + Angular 2 here you go.

In this blog I want to show how you can work with Ionic2 in an of MFP 7.1 Cordova app.

There is ready sample which you can work with in the following link.

The technical challenges

The challenges of combining MobileFirst Platform 7.1 with Ionic 2 are the following:

  1. The Cordova version needs to be 3.7.0, since that is the version MobileFirst Platform 7.1 is compatible with.  
  2. Ionic2 is based on AngularJS 2, and working with TypeScript is recommended until ESS6.0 will be adopted on the major web browsers. This is a challenge because TypeScript works with .d.ts files which are used by advanced editors (e.g: Visual Code) and transpilrers (e.g: gulp-typescript).

How to deal with the above challenges is explained in the sample README

Development process

  • Application development is mostly done in the app folder. The result of it transpiled into inside www/build folder.   App Structure  
  • To allow the TypeScript to be transpiled automatically on every save, open terminal window in the project root folder and execute the command gulp watch.   gulp watch   Important: Remember to work with MFP 7.1 CLI commands (e.g: mfp cordova emulate) and not directly with the Cordova CLI or Ionic CLI. Working with the Cordova or Ionic CLIs will cause your project damage since MFP 7.1 is compatible only with Cordova 3.7.0.

And remember, if you want to jump forward ;-) MobileFirst Foundation version 8.0 is already here.

Inclusive terminology note: The Mobile First Platform team is making changes to support the IBM® initiative to replace racially biased and other discriminatory language in our code and content with more inclusive language. While IBM values the use of inclusive language, terms that are outside of IBM's direct influence are sometimes required for the sake of maintaining user understanding. As other industry leaders join IBM in embracing the use of inclusive language, IBM will continue to update the documentation to reflect those changes.
Last modified on December 05, 2016