Simple ToDo list using IONIC - Part II

Tuesday, January 19, 2016Simple ToDo list using IONIC - Part II Simple ToDo list using IONIC - Part II In the previous post we have seen how to create an hybrid mobile application using IONIC framework to manage list of to-do tasks. If you haven't read that part, please visit the post. If you note, in the...

Simple ToDo list using IONIC - Part I

Sunday, December 27, 2015Simple ToDo list using IONIC - Part I What we are going to do? In this post, we are going see how to create an hybrid mobile application using IONIC framework to manage list of to-do tasks and then publish the app in google play store. I will break the flow into steps. Step 1 - Create...

IONIC - Getting Started

Thursday, December 24, 2015IONIC - Getting Started What is IONIC Framework? It is a popular front end SDK for developing hybrid mobile application with web technologies like HTML5, CSS and JS. Why IONIC Framework? First thing is, Write once using web technologies and generate bundle for all leading mobile platforms...

IONIC - Creating New Project

IONIC - Creating New Project Creating New IONIC Project Please follow previous post if you haven't already installed ionic in your system. To create a new project use ionic start command as below. ionic start app_name [template] Here, the app_name is the name of the app that you want to create. template...