Let's build a mobile application with Ionic Framework #1

Let's build a mobile application with
Ionic Framework
@ChihebNabil
Composants UI : http://ionicframework.com/docs/components
Slide
NB : Ensure that NodeJS is correctly installed on your machine




Slides
Cordova / Ionic / AngularJS ?
Native : The inconvenients
Is there an alternative?
Ionic CLI
Overview of UI components (http://ionicframework.com/docs/components)
Mini Project


Cordova / Ionic / AngularJS ?

Apache Cordova (6.x) :
open source framework developed by the Apache Foundation. It allows to create applications for different platforms (Android, IOS ...) in HTML, CSS and JavaScript.

Ionic (1.3):
it is a framework based on AngularJS facilitate the development of hybrid mobile applications


AngularJS (1.5.5) :
AngularJS is a JavaScript framework Open Source Powered by Google





Native : Les inconvénients
Mastering each platform is required
expensive development
entirely separate Source Code


Y at-il une alternative?
HTML5 Applications
Direct access to native APIs
Develop a single application (web platform)


Ionic CLI

npm install -g ionic cordova

ionic start myapp sidemenu

cd myapp ionic serve


Overview components UI : List



Overview components UI : SideMenu


Overview components UI : Pull to refresh


Mini Project
Develop a reader application of audio file (Audio Books)

   data.json  :  contains a list of audiobooks (Author, Category, Name Book, streaming link)
   source      : http://www.litteratureaudio.net/
                       

Comments

  1. This is really helpful and informative, as this gave me more insight to create more ideas and solutions for my plan. Excellent and very cool idea and great content of different kinds of the valuable information's.
    Mobile App Development Company in Dubai
    Android App Development Company in Dubai
    Mobile App Development Company
    Mobile App Development Company in UAE

    ReplyDelete

Post a Comment

Popular posts from this blog

Twitter API with PHP

Realtime Chat Application with CakePHP and Socket.IO #1

Let's build a mobile application with Ionic Framework #3