zeyomir/OpenCachingFun

Every view should have custom implementation of the back button behavior

Closed this issue · 0 comments

Custom implementation is easier to control. Basically every view class should have
@Override public void onBackPressed() { //some code, probably starting an intent of parent view finish(); }