TabStacker
TabStacker copied to clipboard
Tab Stacker is an Android library that handles Multiple Fragment History (Back Stacks), like it is done on iOS Apps.
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
On changing tab from 1 to another. TabStackInterface.onTabFragmentPresented() returns getActivity()==null;
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...