Skip to content

This is an example of how to cache images in Ionic 2.RC0 using ImgCache.js

License

Notifications You must be signed in to change notification settings

NinjaDevsIO/ionic2-offline-app

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2016
Oct 4, 2016
Oct 1, 2016
Oct 1, 2016
Oct 4, 2016
Oct 4, 2016
Oct 3, 2016
Oct 1, 2016
Oct 3, 2016
Oct 1, 2016
Oct 1, 2016

Repository files navigation

Offline App

NinjaDevs.IO

This is an example of how to cache image in Ionic 2.RC0 using ImgCache.js

Getting Started

  • Install Ionic CLI npm install ionic -g --save
  • Install Cordova npm install -g cordova

Run it on the browser

  • Run ionic serve in a terminal from the project root.

Before run it on devices

  • Install iOS Sim (npm install -g ios-sim)
  • Install iOS Deploy (npm install -g ios-deploy)
  • Add Android platform ionic platform add android
  • Add iOS platform after ionic platform add ios

Before run it on android

  • Install Android Studio
  • Open Android SDK Manager and install:
    • Android SDK Tools
    • Android SDK Platform-tools
    • Android SDK Build-tools
    • System images (in case you need to use Android Emulator)
    • Android Support Repository
    • Android Support Library
    • Google Play services
    • Google Repository
    • Intel x86 Emulator Accelerator (in case you need to use Android Emulator)

Build and Run

  • ionic build ios/android
  • ionic run ios/android --emulator --devices

About

This is an example of how to cache images in Ionic 2.RC0 using ImgCache.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published