ionic-in-action / chapter6

Chapter example for chapter 6 of Ionic in Action

Home Page:http://ionicinaction.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the code from the chapter 6 example of Ionic in Action. The example is a weather app that displays current details for any number of locations.

Here are the primary things we do in this chapter.

  • Setup and use a side menu for primary navigation
  • Use popups to confirm choices and alert the user about details
  • Create a settings view to manage the app preferences
  • Create custom scrolling experience with 'pages'
  • Use the radio list, range, and delete items from a list components
  • Use collection repeat to improve performance of large lists
  • Display a modal to show related content
  • Use an action sheet to display a list of actions for a user
  • Load data from an external API and use the CORS proxy in Ionic

Links

Quick Setup

npm install -g ionic
git clone https://github.com/ionic-in-action/chapter6.git
cd chapter6
ionic serve

About

Chapter example for chapter 6 of Ionic in Action

http://ionicinaction.com


Languages

Language:JavaScript 86.9%Language:CSS 12.1%Language:Objective-C 0.3%Language:Java 0.2%Language:HTML 0.2%Language:C++ 0.1%Language:C# 0.1%Language:Shell 0.0%