Hi
I'm trying to build an android example for load a simple XML file.
i use this code
//Parse XML
XML xml;
xml = loadXML("POI.xml");
but I got cannot find symbol
the example was working fine with previous version using XMLElement
but I see that in version 2.0 it has been transform to a XML class
HI
I'm developping a simple android game with processing.
The problem I have is that after the screen of my phone goes to black (sleeping mode) my app restart and my game start again from the beggining.
there's is any way to avoid this?
thanks