Questions tagged as 'onbackpressed'

1
answer

Show the selector in the indicated tab when I pulse onBackPressed in a TabLayout?

I have a TabLayout with 2 tabs , when I press above each tab the selector is shown above the indicated tab, but when I press the physical button on the back the selector remains in the previous tab. TabLayout mTabLayout = (TabLayo...
asked by 15.03.2017 / 20:21
4
answers

Apply onBackPressed in a fragment

How to apply onBackPressed() in a fragment ? It does not work the same as in an activity, then I explain exactly my case: I need to be in my fragment when I press the "back" button that all the android files bring by de...
asked by 22.01.2017 / 23:17