Hi all, first of all, sorry for my bad english, i'll try to make mysef understandable. I'm a newbie with app programming and i'm trying to write the code for a little game in Android. I want to implement the Immersive Fullscreen Mode in my project, so i looked for some code to try and i found things like :
With the first piece of code Processing tells me --> the class View.SYSTEM_UI_FLAG_HIDE_NAVIGATION does not exist """" Bundle """" View
With the second one ---> the method onWindowFocusChanged must override or extend a supertype method and it can't find Bundle, Window and Bundle classes.
Pls, help me