Skip to content

IonReddit is a hybrid mobile application developed using Ionic 2 framework. WeatherApp is developed using Ionic 3

Notifications You must be signed in to change notification settings

patilankita79/HybridMobileApplications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid Mobile Applications

Following are the links to my repositories which are specific to IONIC framework

  • Reddit Application
  • Weather Application
  • Mobile App for STEP Program
  • ShoppingList Application

  • Technology Stack :

  • Framework: Ionic 2, Ionic 3, Angular 4
  • Languages: HTML5, CSS3, TypeScript
  • Firebase

  • IonReddit

    Application interface for iOS and Android platforms


    Installation:

    $npm install

    Serve the application to browser:

    $ionic serve

    To view application in mobile simulated platforms

    $ionic serve --l
    OR
    $ionic lab

    Adding platforms

    To add android platform

    $ionic cordova platform add android

    To add iOS platform
    $ionic cordova platform add ios

    Build an android apk

    $ionic cordova build android

    While building an APK you might yet an error => Module not found: Error: Can't resolve 'promise-polyfill'
    Refer this issue => ionic-team/ionic-app-scripts#1001

    Solution: In the project directory run the following command,

    $npm install promise-polyfill --save-exact

    and then run the command

    $ionic cordova build android

    About

    IonReddit is a hybrid mobile application developed using Ionic 2 framework. WeatherApp is developed using Ionic 3

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published