Let's Start
  • Important: Read before beginning
  • Introduction to Course
  • Introduction to Ionic Framework 2
  • Introduction to Parse Server
Getting Ready
  • Installing Ionic and Cordova
Creating and Running Ionic 2 Apps
  • Creating Ionic 2 Apps
  • Running Ionic 2 Apps in Web Browser
  • Running Ionic 2 Apps on Mobile Device
  • Ionic 2 App Structure
Setting Up Parse Server
  • Introduction to Parse Server and C9?
  • Installing Parse Server and Node Modules
  • Configuring Parse Server using Server.JS
  • Parse Server and REST API
Building "FriendsList" Ionic 2 App
  • Preparing Up
  • Login Page - Layout and UI
  • Signup Page - Layout and UI
  • Importing Modules in Ionic 2
  • SIgnup Up a New User - HTTP POST
  • Finishing Up SIgn Up
  • Logging in the User - HTTP GET
  • Finishing Up Login
  • Creating the List Page - Fab Buttons
  • Creating List Page - Showing Prompts and Alerts
  • Saving Data to Parse Server
  • Saving Data to Parse Server - 2
  • Getting Data from Parse Server - Sliding Lists
  • Getting Data from Parse Server - HTTP GET
  • Getting Friends List - Using Local Storage
  • Getting Friends List - Refreshing Lists
  • Pull Down to Refresh - Manual Rereshing
  • Editing Data on Parse - Creating UI
  • Editing Data on Parse - HTTP PUT
  • Deleting Data on Parse
  • Logging Out the User and Conclusion