APDE - Android Processing IDE

4.4
2.2K reviews
1L+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

APDE (Android Processing Development Environment) is an integrated development environment for creating Processing sketches on your phone/tablet. APDE supports the full edit, compile, and run cycle. You don't need a computer or an SDK to start coding on the go.

APDE is currently in alpha. Lots of things will change in the future and many more features will be added. The app is under active development and you may encounter bugs and issues. If you find a bug or have an issue with using the app, please make sure to report it.

APDE is open source. You can find the source code, an issue tracker, support, and a more detailed explanation of APDE's inner workings on GitHub:

https://github.com/Calsign/APDE
Updated on
28 Dec 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region and age The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.4
1.93K reviews
A Google user
8 January 2020
Add file button has no feedback at all. When I try to load an image in my sketch it generates the file not found exception. I tried to add the image through the add file option in the menu, but I'm not sure if it works due to the lack of user feedback on the button. Also, it should automatically add every single file in the project folder to the compiled version, this would avoid so many errors... Ps: still unable to use loadImage() function from processing...
Did you find this helpful?
CalsignLabs
8 January 2020
The "add file" button doesn't always work, but you should be able to manually add files to the sketch folder in the "Sketchbook" folder on the external storage. Files should go into a folder called "data" in the sketch folder - all files in the data folder get embedded in the built application as assets.
A Google user
30 May 2019
Very Awesome App for Coding On the Go! I am new to processing, but find art coding very interesting and almost therapeutic. I've been using it for almost 5 months. The problem I have is the redraw() function is not working. Im trying to loop or redraw my code project to repeat once its finished. Sadly, the redraw() function stays black instead of blue. Overall, the app is a little different compared to working on the desktop, but definitely useful for coders who enjoy working on the go.
23 people found this review helpful
Did you find this helpful?
A Google user
17 December 2018
Love the app, just found a small bug. I installed Ketai properly, it works just fine in App mode. But if I switch a sketch over to Wallpaper mode it fails to load every time. I've made other sketches without Ketai in wallpaper mode, and they work fine. I just find it extremely annoying that I can't use Ketai in a wallpaper, it just stays on the "Loading wallpaper" screen forever when I try to apply it.
8 people found this review helpful
Did you find this helpful?
CalsignLabs
17 December 2018
The Ketai examples work in wallpaper mode for us. Do the Ketai examples also fail? Please send us an email or report a bug on GitHub (https://github.com/Calsign/APDE/issues) so that we can sort this out.

What's new

v0.5.1 Alpha
- Preview mode runs sketches without installing them
- You must install the APDE Sketch Previewer once, but then you can run sketches without installation indefinitely
- Preview mode is available as another target, along with wallpapers, watch faces, and VR
- Support for the new Processing sound library
- Undo and redo are more accessible
- Ability to bypass screen overlay warning
- Lots of bug fixes

These changes are driven by GSoC '18.