Book Image

Ionic Framework By Example

By : Sani Yusuf
Book Image

Ionic Framework By Example

By: Sani Yusuf

Overview of this book

Change doesn’t have to be challenging. Sometimes it can be simple – sometimes it just makes sense. With Ionic, mobile development has never been so simple, so elegant and obvious. By helping developers to harness AngularJS and HTML5 for mobile development, it’s the perfect framework for anyone obsessed with performance, and anyone that understands just how important a great user experience really is. This book shows you how to get started with Ionic framework immediately. But it doesn’t just give you instructions and then expect you to follow them. Instead it demonstrates what Ionic is capable of through three practical projects you can follow and build yourself. From a basic to-do list app, a London tourist app, to a complete social media app, all three projects have been designed to help you learn Ionic at its very best. From setting up your project to developing on both the server side and front end, and best practices for testing and debugging your projects, you’ll quickly become a better mobile developer, delivering high performance mobile apps that look awesome. Ionic Framework by Example is for people who don’t want to learn now, build later – it’s for people who want to learn and build at the same time – so they can meet today’s mobile development challenges head on and deliver better products than anyone else.
Table of Contents (18 chapters)

Uncovered features of Ionic


Although we covered many great topics in this book, there are a lot of great features that we did not cover as they were beyond the scope of this book. We mostly focused on the core features of Ionic, such as how to get Ionic set up. We then learned to create Ionic apps using the blank, side menu, and tabs templates. We also learned to test our Ionic application using the Chrome browser via the ionic serve technique.

In this section of the book, I will name a couple of things that will be useful for you to get to grips with in order to become better at Ionic.

Appcamp.IO

Appcamp.IO is a free website created by some of the Ionic staff. It is a place where you can go and learn some tips and tricks that will sharpen your Ionic development skills.

The content on Appcamp.IO is great for beginners, and it is in some ways in line with the philosophy of this book.

The Ionic documentation

The Ionic documentation page is pretty much the Bible for everything on Ionic. Ionic is...