____  ___    _  _     _   _ _____     _______
 / ___|/ _ \  | || |   | | | |_ _\ \   / / ____|
| |  _| | | | | || |_  | |_| || | \ \ / /|  _|
| |_| | |_| | |__   _| |  _  || |  \ V / | |___
 \____|\___/     |_|   |_| |_|___|  \_/  |_____|

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Develop Mobile Apps Using Ionic Framework Part-1 Updated

BY: @exploringworld | CREATED: April 26, 2018, 11 p.m. | VOTES: 2 | PAYOUT: $0.04 | [ VOTE ]

Welcome to the first Video Tutorial of Mobile Apps Development using Ionic Framework

What Will I Learn?

Requirements

System Requirements:
OS Support:

Difficulty

Required Understanding

Description

What is Ionic Framework ?

Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native platform layer. Hybrid apps have many benefits over pure native apps, specifically in terms of platform support, speed of development, and access to 3rd party code.
Think of Ionic as the front-end UI framework that handles all of the look and feel and UI interactions your app needs in order to be compelling. Kind of like “Bootstrap for Native” but with support for a broad range of common native mobile components, slick animations, and beautiful design. Source

Some of the key steps that are used in this tutorial

Below I discuss important coding steps that are must required in this video tutorial

STEP 1:

After installingNode.js,Visual Studio Code and GIt we have to check the versions of our Node.js and Node Package Manager Using Git commands

STEP 2:

Now we install Ionic and Cordova module globally using the same command line
npm install ionic cordova -g

STEP 3:

Now we have our modules installed using the npm,we are going to type Ionic commands to build our first app
Ionic start FirstApp blank
We name our first app as FirstApp.

STEP 4:

As we have build our first app we used ionic servecommand to open this app on the web browser

As you see the app is just holding a header as Ionic Blank Starter. To improve its readability and functionality we use ionic serve --l command which opens the app in the lab mode

STEP 5:

At the end we have our first app deployed to android emulator

Video Tutorial

https://youtu.be/R7ncDcZTnek

Curriculum

This video is first video of the Develop Mobile Apps Using Ionic Framework Series. When next parts are uploaded, links to previous parts will be place here.

Posted on Utopian.io - Rewarding Open Source Contributors

TAGS: [ #utopian-io ] [ #utopian-io ] [ #tech ] [ #apps ] [ #ionic ]

Replies

@yokunjon | April 27, 2018, 5:35 p.m. | Votes: 1 | [ VOTE ]

Your contribution cannot be approved because it does not follow the Utopian Rules/Guidelines.

Violated Rule(s)/Guideline(s):

  • Video tutorials must be presented in an organized and well prepared fashion. Presenters must speak clearly and professionally and videos must not contain any substantial pauses.

  • Tutorials containing substantial instruction in ubiquitous functions (Save, Open, Print, etc.) or basic programming concepts (variables, operators, loops, etc.) will be rejected.

My Opinion(s):

  • As it's stated in the rules which I marked above, this tutorial contains basic programming concepts, and your narration is hard to understand. As tutorials are a tool for teach, a tutorial must be well written and clear. For video tutorials this also includes narration.

Need help? Write a ticket on https://support.utopian.io.

Chat with us on Discord.

[utopian-moderator]

@exploringworld | April 27, 2018, 6:23 p.m. | Votes: 1 | [ VOTE ]

Sir,This is the first part of the video so there will be ground for every tutorial or course.So maybe it contains some basic concepts but they are essential concepts.But my voice is correct and I will try to give more better on the voice section in the upcoming posts
Tnanks

@utopian.tip | April 28, 2018, 12:07 a.m. | Votes: 0 | [ VOTE ]

Hey @yokunjon, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>