This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.
- I will give you a road map to learn creating mobile applications for iOS and Android devices.
- First check out ionicframework.com web site.
- Ionic Framework documentation is perfectly easy. https://ionicframework.com/docs/ docs is here.
- Before start Ionic you must learn some coding and development things.
- Download a text editor. Sublime Text, Atom
- Learn basic HTML and CSS. Check out this link.
- Learn how to use command line tools on Mac, Window or Linux. Check out this link.
- Download and install node.js
- Install Ionic and Cordova with npm. npm is node package manager.
- After installation create you project from command line with this code "ionic start yourAppName"
- You project files are ready. Go your app directory with "cd" command on command line.
- Ionic have a lot of components for every applications need. Ionic Components
- Just copy component code to your text editor and customize it.
- Ionic has native plugins, like bluetooth, maps, health kit and more. Native Plugins
- Theming you app.
- When you complete design you app, deploy it for iOS and Android Devices
- If you need help you can ask Google, StackOverFlow and Ionic forums