Skip to content

Commit 09176b5

Browse files
author
elgroup
committed
2 parents 2cfa57b + 6349e6a commit 09176b5

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
1-
# BackStack_BottomNavigation
1+
# BackStack_BottomNavigation (Managing Backstack with the help of Stack)
2+
3+
[![API](https://img.shields.io/badge/API-15%2B-red.svg)](https://android-arsenal.com/api?level=15) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-BottomNavigation-green.svg?style=flat )]( https://android-arsenal.com/details/1/7815 ) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40elite_novice)](https://twitter.com/elite_novice)
4+
5+
## How this is helpful ?
6+
If you want to switch between fragments with botttomnavigation view, without losing fragments state and along with if you want to maintain backstack of fragments.Then this example is for you.
7+
8+
9+
**Note:-This example is works same like YouTube app in terms of tab switching, maintaining fragment state and also managing backstack.
10+
11+
12+
If you want to say thanks or want to share how much you like my efforts, then you can share it with me with [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/GitEliteNovice)
13+
14+
215
![Webp net-resizeimage](https://user-images.githubusercontent.com/15318984/62406658-e6b3a700-b5cc-11e9-9d5e-d1938099aa12.png) ![Webp net-resizeimage (1)](https://user-images.githubusercontent.com/15318984/62406685-224e7100-b5cd-11e9-80d9-0984a98b9455.png) ![Webp net-resizeimage (2)](https://user-images.githubusercontent.com/15318984/62406707-8d984300-b5cd-11e9-98d9-175e87ee3122.png)
316

417

518

19+
### This example includes following things
20+
* Stack
21+
* BottomNavigationView
22+
* ArrayList
23+
* Fragments
24+
* Fragment manager
25+
26+
27+
Connect With Me
28+
-----------
29+
30+
Aryan Dhankar (Elite Novice)
31+
I love making new friends, please feel free to connect with me.
32+
33+
<a href="https://plus.google.com/u/0/+AryanDhankar">
34+
<img alt="Connect me on Google+" src="/art/gplus.png" />
35+
</a>
36+
<a href="https://www.facebook.com/aryan.dhankar.3">
37+
<img alt="Connect me on Facebook" src="/art/fb.png" width="64" height="64" />
38+
</a>
39+
<a href="https://www.linkedin.com/in/aryan-dhankar-961b50117/">
40+
<img alt="Connect me on LinkedIn" src="/art/linkedin.png" />
41+
</a>
42+
43+
44+
Question / Contact Me
45+
---------------------
46+
Please feel free to ping me at **[email protected]**.

0 commit comments

Comments
 (0)