# Converting my code into Android game?

**URL:** https://discourse.processing.org/t/converting-my-code-into-android-game/21195
**Category:** Processing for Android
**Created:** [May 23, 2020, 4:47am UTC](https://discourse.processing.org/t/converting-my-code-into-android-game/21195 "2020-05-23T04:47:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nis](https://avatars.discourse-cdn.com/v4/letter/n/3ab097/32.png) [@Nis](https://discourse.processing.org/u/Nis)
#### Post date: [May 23, 2020, 4:47am UTC](https://discourse.processing.org/t/converting-my-code-into-android-game/21195/1 "2020-05-23T04:47:05Z")

</div>

Is there any way, using which I can convert my game developed in p5.js editor into an Android game.

---

<div class="post-metadata">

### Author: ![josephh](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/josephh/32/210_2.png) [@josephh](https://discourse.processing.org/u/josephh)
#### Post date: [May 23, 2020, 9:25am UTC](https://discourse.processing.org/t/converting-my-code-into-android-game/21195/2 "2020-05-23T09:25:32Z")

</div>

Hi,

I think the only way is to start learning how Processing Android works and how to develop a very simple application : [https://android.processing.org/index.html](https://android.processing.org/index.html)

Then, the concepts are the same between p5.js and Processing Java, translate a code from one to another is not difficult.

One other point to consider is that you can use p5.js on a smartphone if your sketch is online

---

<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: [May 23, 2020, 11:50am UTC](https://discourse.processing.org/t/converting-my-code-into-android-game/21195/3 "2020-05-23T11:50:31Z")

</div>

Post your game! We will help you.

---

<div class="post-metadata">

### Author: ![Nis](https://avatars.discourse-cdn.com/v4/letter/n/3ab097/32.png) [@Nis](https://discourse.processing.org/u/Nis)
#### Post date: [May 23, 2020, 1:29pm UTC](https://discourse.processing.org/t/converting-my-code-into-android-game/21195/4 "2020-05-23T13:29:51Z")

</div>

Ok definitely…I will post it once it is completed
