Tag Archives: ionic splash

Create Ionic App from A to Z with WordPress
Posted by:Ryan zongo, May - 07 - 2016

tv5Here are the step to make your app runing in 5 minute

Ionic is cool for everyone. If you need help after this steps do not hesitate to drop me a line. I am here to help. We offer end to end user experience and service for all our clients.

Again, these are steps and i will show you the app that came up after this steps.

  • Ionic start myAppName
  • ionic platform rm android
  • ionic resources –icon
  • ionic resources –splash
  • ionic platform add android
  • Ionic plugin add cordova-plugin-admobpro
  • cordova plugin add cordova-plugin-whitelist
  •  ionic build android
  • adb devices
  •  adb install -r platforms/android/build/outputs/apk/android-debug.apk

debug:

ionic run android -l -c

This last command will launch the app in debug mode

If you want to inspect the app from Chrome, just type or copy paste in the browser the followin line

chrome://inspect/#devices

The two commands are not necessary

  • ionic resources –icon
  • ionic resources –splash

However it will help you generate the icon and splash. Here is the result icons i made

 

 

  • Share :