How to change website to mobile application

hey guys? i have a website i want to change my website to android mobile application what should i do?

P5.js ?

Using the metaphor of a sketch, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas. You can think of your whole browser page as your sketch, including HTML5 objects for text, input, video, webcam, and sound.

Edit. Processing for android can do this. But is not that easy.

@imperial Are you trying to use Processing or P5js for this mobile application? What Kind of application are you trying to build?

What you can do maybe, is to store the html on your device and call a web View. Here you can find it at the bottom of the topc.

1 Like

so what is the easiest way?

Can’t say what would be the easiest way. Depends on what is on your website. P5.js is fantastic for websites, but it is not a standalone application.
I think if your site is relative simple, a web View within processing for android is doable.

so how can i use webView on processing that is the question

See the link I posted above. The code is on the bottom of the page.