We can write completely theme-able mobiles apps with Ionic. Adding a theme in Ionic is as simple ass adding a variable in your HTML template and creating a scope variable in the angularjs controller. You just need to change the theme name in controller and all your app will have a bright new theme.
Tag: mobile
10 Awesome Mobile Frameworks for App Development
The ever-increasing usage of mobile applications has motivated developers to build more powerful and highly robust applications. Today, none of the sectors have been untouched by the rapidly expanding popularity of mobile applications. Whether its the banking sector, GPS or factory automation; mobile applications are being rapidly used everywhere. Through this post, I’ll be introducing you to 5 of the most commonly used mobile frameworks which have been recommended by leading app developers across the globe.
HTML5 Offline Mobile App Using Ionic and PouchDB
For a mobile app offline support is the first necessity. But providing offline support in HTML5 mobile apps is difficult most of times. In this tutorial I will tell you how to create your first HTML5 mobile app with offline support. App is created using Ionic framework and uses PouchDB as NoSQL database.