When pressing the backbutton I want that, whatever screen will be loading, the onCreate() method will be executed. I want this because the screens must be refreshing when navigating through the app.
Do I need to override the back button method?
if(keyCode == KeyEvent.KEYCODE_BACK)
{
}