In this chapter, we will go over the steps involved in the creation of a complete Processing for Android project, from sketching and debugging to exporting the project as a signed app ready for upload to the Google Play Store. We will use the drawing sketch from the previous chapter as our example.
Sketching and Debugging
In the previous chapters, we emphasized the importance of “code sketching,” where immediate visual output and quick iteration are central elements to the development of Processing projects. Another crucial component is the identification ...