Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

0255 - The method onCreate(Bundle) is undefined for the type PApplet

$
0
0

Hiya

I recently installed 0255 so I can play with cardboard which is working and fun... Thanks!

but while I found I can use surface.getActivity()... I can't find a fix for the onCreate(bundle) thing.

// keep screen on import android.os.Bundle; import android.view.WindowManager; void onCreate(Bundle bundle) { super.onCreate(bundle); getActivity().getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); }

also needed for Ketai bluetooth


Viewing all articles
Browse latest Browse all 941

Trending Articles