domingo, 14 de agosto de 2016

Ionic Framework

Ionic is a framework based in HTML 5, the purpose of it is created a hybrid mobile app using the web technology like AngularJS.

How did you start using?

Ionic is simple to use, you only need to  install the following dependence in NodeJS:
  • npm install -g cordova
  • npm install -g ionic
Cordova, is which take the application and convert it in mobile application. When the npm finish to install the dependence you must provide the platform to be used with the command ionic platform add "platform" where platform should be android or ios.

How make application?

In back end is easy, because you make it with AngularJS, but the Front End you can visit this link http://ionicframework.com/docs/, in it you can find all the information about Ionic Desing.



Why used it?

The reasons why you should use it are:
  • Only need programming for one platform, because you can set up a new project with a different platform but using the same code.
  • You can view better the size of the back end in all the device size, because the browser has the option to see the responsive of a web page.
  • You can use variety of frameworks in the back end.
  • You can re-use a code of a web page and convert in mobile app.
So, take a risk and used it.







 


No hay comentarios:

Publicar un comentario