Developing layout for various types of mobile resolutions with Cordova

Asked

Viewed 422 times

2

I am developing the layout of an application developed using Ordova, however I would like to know how to develop for the various types of resolutions that exist in mobile devices, would have some tutorial, book or video talking about this subject?

1 answer

0

The easiest way is to use a responsive css framework and develop it as a website.

You can use the Boostrap if you are already aware of its grid system or use a framework for developing mobile apps such as Ionic.

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

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

  • I’ve heard about this Ionic, but on their website only teaches how to create an application with their framework, I need to add their framework in my application, you’ve seen something like this I need?

  • I’m not sure what you want to do, do you have an app ready? Just embed their framework in your app.

  • Exactly this, my app is just missing the visual part of it, on the Ionic site they teach to start an app from scratch, I’m not understanding how to incorporate their framework with my app. Could you help me with this?

  • Look, as you have difficulties in the process of embedding a framework in the application, I recommend that you do the following: Recreate your application using Ionic, use the tutorials and see each step, incorporating the logo of your app in the best way possible.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.