Thread programming in Android
in
Android Processing
•
1 year ago
Hi all,
a short question:
Is there any way to program threads in processing for Android like
"class abc extedns Thread
{
void run()
{
while(isInterrupted() == false)
{
}
}
}"
or so?
I would be happy if you answer it! :D
1