Hi guys, Im using APDE during long time to create sketches for little programs. I try to create my own program with android face. Well my first problem was using the keyboard but i fixed it, but now i have problem to display StatusBar :/
I know i can do it by using this method :
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
}
The problem is ... for APDE getWindow() is an undefined method. OK i know i need to change something in androidManifest.xml to display the Fullscreen to use this method, but anyways for APDE getWindow() is an undefined method.
THX for any helps !