TabStacker icon indicating copy to clipboard operation
TabStacker copied to clipboard

Tab Stacker is an Android library that handles Multiple Fragment History (Back Stacks), like it is done on iOS Apps.

Results 5 TabStacker issues
Sort by recently updated
recently updated
newest added

i have some code to detect orientation and change recylerview type, for example: ``` DisplayMetrics displayMetrics = getResources().getDisplayMetrics(); float dpWidth = displayMetrics.widthPixels / displayMetrics.density; // Choose between one, two or...

Is there any chance to add a tag to methods like addToBackStack, replace or add ? Thanks

enhancement

On changing tab from 1 to another. TabStackInterface.onTabFragmentPresented() returns getActivity()==null;

enhancement

Actually I'm trying social network app which is completely similar to Instagram. Instagram has each tabs and each tab has their own fragment stack. Is this library implements exactly same...

question