setup() and draw() not being called in eclipse
in
Android Processing
•
4 months ago
Hi,
I am looking to create an android application in eclipse using the processing library.
I want to use the wywiwyg editor for creating a menu while using processing's draw() function to display graphics based on user input.
my problem is that if I use ...
public void onCreate(Bundle savedInstanceState) {
.. to create the menu, draw() and setup seem to be ignored.
Is it possible to achieve what I am trying?
1