Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On App Development with Ionic
Rating: 3.8 out of 5(4 ratings)
30 students

Hands-On App Development with Ionic

This hands-on course teaches you to build reactive, scalable, and dynamic cross-platform apps using Ionic 4 and 5
Last updated 10/2020
English
English [Auto],

What you'll learn

  • Build and develop native, real-world, cross-platform applications using Ionic 4 and 5, MobX, and Cordova
  • Integrate your Ionic apps with the SQLite Cordova plugin to persist data in an SQL way on your device
  • Use MobX to manage state with Ionic 4 and 5 and build scalable reactive apps
  • Develop and run your applications on multiple platforms using the Ionic CLI function
  • Build high-end user interfaces with enhanced functionalities and reuse code to build apps for multiple platforms
  • Create abstractions for application storage to support deployment on web browsers
  • Use Ionic Native to access a device's camera and add images to items
  • Use local notifications to set reminders

Course content

8 sections38 lectures5h 49m total length
  • Course Overview4:18

    This video will give you an overview about the course.

  • Creating Ionic project and serving on browser4:33

    The first thing about working with an app is the architecture. Luckily, we already have the project set up for you. Just clone the project to get started.

       •  Clone the project from the Packt Github repository

       •  Copy the content of the course-start folder in your own folder

       •  In your folder, run npm install and then run ionic serve

  • Creating App Pages9:39

    The starter template comes with a couple of pages which are not lazy loaded by default. In this video, we remove the default pages, define our own routing scheme, create the core pages for the app, and lazy load those pages.

       •  Review the tabs starter architecture and routing

       •  Create core pages and define their routes

       •  Remove default pages and their routes

  • Theming Colors Using Ionic Color Generator5:39

    The default Ionic colors and variables are great, but you may want to override them according to your brand or business requirements. We shall use Ionic Color Generator to see how easy that can be.

       •  Review the Ionic Color Generator

       •  Pick a color from Material.io color tool

       •  Copy the modified primary color from the Ionic Color Generator to the app

  • Test your knowledge

Requirements

  • A basic understanding of JavaScript is required to follow along with this course.

Description

While Ionic is an easy and straightforward framework to learn, building Ionic apps can sometimes be hard. Designing its architecture and making sure that your application is high-performing, dynamic, and scalable are always tricky.

In this course, you will develop a feature-rich Notes app in a step-by-step process using the Ionic framework. You will be using web components, persistent storage, and APIs to ensure your app is high-performing. You'll use the MobX reactive state management tool to make your apps scalable. You'll then use a SQLite database to persist data onto your device. With the Ionic Native Camera API, you'll add, save pictures to your notes then edit and save them, set reminders in your notes, and have your device notify you of events using Ionic Native local notifications. You will deploy your app across iOS and Android devices and also on the web.

By the end of the course, you will have taken your Ionic 4 and 5 skills to the next level and will be equipped to build cross-platform hybrid mobile apps.

About the Author

Ahsan Ayaz is a Google Developer Expert in Angular and a Senior Software Engineer at Klarna. He has developed several web and hybrid mobile applications over six years and has expertise in JavaScript, Angular, Ionic, Node.js, and web technologies. He has contributed to several open-source projects, including Angular CLI and Ionic Core.

Who this course is for:

  • This course is for web and mobile developers who have a basic knowledge of Ionic, and want to take their skills to the next level, and need to build real-time and complex applications.