I'm developing an application on Android, 4.2 (Jellybean)
for a tablet.
When the application runs on emulator, it normally contains the top and bottom ribbon/bar where it shows the battery and signal (in top ribbon) and 'back' icon and etc. (in bottom ribbon).
Question is, how am I going to make the application run in full screen where users are not allowed to navigate out of the application? In other words, I want to make the application full screen and also lock it on my application only.
FYI, I'm using Master detail flow for representing my items to users.
Cheers.