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?
– Vinicius Vaz
I’m not sure what you want to do, do you have an app ready? Just embed their framework in your app.
– Pedro Henrique
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?
– Vinicius Vaz
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.
– Pedro Henrique