# How to change website to mobile application

**URL:** https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125
**Category:** Processing for Android
**Created:** [November 1, 2019, 4:37pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125 "2019-11-01T16:37:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![imperial](https://avatars.discourse-cdn.com/v4/letter/i/f6c823/32.png) [@imperial](https://discourse.processing.org/u/imperial)
#### Post date: [November 1, 2019, 4:37pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/1 "2019-11-01T16:37:22Z")

</div>

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

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [November 1, 2019, 7:02pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/2 "2019-11-01T19:02:01Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![dan850](https://avatars.discourse-cdn.com/v4/letter/d/e9c0ed/32.png) [@dan850](https://discourse.processing.org/u/dan850)
#### Post date: [November 1, 2019, 7:09pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/3 "2019-11-01T19:09:12Z")

</div>

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

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [November 1, 2019, 7:17pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/4 "2019-11-01T19:17:55Z")

</div>

What you can do maybe, is to store the html on your device and call a web View. [Here](https://forum.processing.org/two/discussion/26515/scrollable-image-with-scrollview) you can find it at the bottom of the topc.

---

<div class="post-metadata">

### Author: ![imperial](https://avatars.discourse-cdn.com/v4/letter/i/f6c823/32.png) [@imperial](https://discourse.processing.org/u/imperial)
#### Post date: [November 1, 2019, 7:51pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/5 "2019-11-01T19:51:06Z")

</div>

so what is the easiest way?

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [November 1, 2019, 8:07pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/6 "2019-11-01T20:07:45Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![imperial](https://avatars.discourse-cdn.com/v4/letter/i/f6c823/32.png) [@imperial](https://discourse.processing.org/u/imperial)
#### Post date: [November 1, 2019, 8:14pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/7 "2019-11-01T20:14:10Z")

</div>

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

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [November 1, 2019, 8:37pm UTC](https://discourse.processing.org/t/how-to-change-website-to-mobile-application/15125/8 "2019-11-01T20:37:02Z")

</div>

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