Course Introduction
  • Course Introduction and Objectives
Getting Started
  • Tools and Packages
  • Understanding REST and APIs
Setting up Wordpress Blog
  • Setting up Wordpress Files
  • Installing Wordpress Locally
  • Importing Demo Content and Setting Up API
Getting Started with the Mobile App
  • Creating the Ionic Application
  • Inspecting the App files
  • Creating Controllers
Working with States and Templates
  • Creating States and Templates
  • Creating the Side Menu UI
  • Getting Categories from the Blog
  • Making HTML Trusted
  • $sce Quiz
Further Developing the UI
  • Creating Menu Content Screen UI - Part 1
  • Creating Menu Content Screen UI - Part 2
  • Getting the Posts from Blog
  • Trimming the Except
  • Implementing Search
  • Fixing Search Issues using $ionicScrollDelegate
  • Ion Refresher - Pull Down to Refresh
  • Ion Infinite Loading - Scroll to Load More
  • Fixing Ionic Infinite Loading - Workaround
  • Fixing Issues and using ng-src
  • Creating Post Detail Page - Part 1
  • Creating Post Detail Page - Part 2
  • Creating Category Posts Page
Using Advanced Angular Features
  • Toggling Favorite Posts
  • Saving Favorites Persistently
  • Creating the Favorites Page
  • Adding Social Sharing Features
  • Deployment and Testing
Upcoming Module
  • Stay Tuned
Sending Push Notifications using $cordovaPush
  • Push Notifications Intro
  • Configuring the Blog with GCM
  • Using $cordovaPush to register with GCM
  • Configuring onNotificationReceived event listener
  • Testing the App So Far
  • Send Push Notification using a console
  • Sending RegId to the Blog using POST
  • Sending Push from the Blog and Testing