Cordova

secondary views

Anatomy of a Cordova application navigation system (part IV): the secondary views

Secondary views, the subject of this fourth part of the article dedicated to a navigation system for a Cordova application, are not actually strictly related to the navigation system. I realized too late that secondary views would have deserved a new specific article for them only. But since in the first part of the article […]

Anatomy of a Cordova application navigation system (part IV): the secondary views Read More »

Photo by Ruthie on Unsplash

Anatomy of a Cordova application navigation system (part III): the side menu

Until now we have seen how to manage our views putting them within the Bootstrap carousel: this allows us, with the help of some plugin, to swipe our fingers to switch between views. Actually we have used a standard web image slider to build our app structure and get the swiping effect. In the second

Anatomy of a Cordova application navigation system (part III): the side menu Read More »

Anatomy of a Cordova application navigation system (part II): the top navigation bar

In this second part of the tutorial about the navigation system in a Cordova mobile application we’ll se how to create a fixed top bar which will allow our users an alternative way to navigate between main views. First of all we have to install material icons by Google. They are great icons to use

Anatomy of a Cordova application navigation system (part II): the top navigation bar Read More »

Anatomy of a Cordova application navigation system (part I): swiping gesture

Hey there! Wellcome to this tutorial about how to build a reliable and effective navigation system for a Cordova mobile application. The little app we’re going to build won’t do anything: no form submission, no database browsing nor picture’s uploading nor sharing functions. Absolutely nothing: its pages will be just empty blank pages, with only

Anatomy of a Cordova application navigation system (part I): swiping gesture Read More »