Developing layout for various types of mobile resolutions with Cordova [closed]

2

I'm developing the layout of an application developed using Cordova, but would like to know how to develop for the various types of resolutions that exist on mobile devices, would you have some tutorial, book or video talking about this?

    
asked by anonymous 11.08.2015 / 06:28

1 answer

0

The easiest way is to use a responsive css framework and develop it as if it were a web site.

You can use Boostrap if you already know about the grid system or use a framework for mobile Apps development like Ionic .

You can also develop without frameworks, using css media queries , but recommend using a framework.

On video, tutorial or book, there are several on the internet, but in general on the framework's own website there should be a guide and documentation, which should be enough for you to understand how it works.

    
13.08.2015 / 13:41