Book Image

Hands-On App Development with Ionic [Video]

By : Muhammad Ahsan Ayaz
Book Image

Hands-On App Development with Ionic [Video]

By: Muhammad Ahsan Ayaz

Overview of this book

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. The code bundle for this video course is available at -https://github.com/PacktPublishing/Hands-On-App-Development-with-Ionic
Table of Contents (8 chapters)
Chapter 5
Adding Pictures Using Ionic Native Camera API
Content Locked
Section 4
Providing Different Options for Picture Selection
So far, we are only allowing the user to pick images using the camera. But in most applications, the option to pick from a picture gallery also exists. We will add the same feature in our application.