ismaeldivita / chip-navigation-bar

An android navigation bar widget
MIT License
890 stars 136 forks source link

Add Real fragments #4

Closed rajam1215 closed 5 years ago

rajam1215 commented 5 years ago

How to Add fragments instead of colors when click on chip i want to add fragment in container like that

or add fragments in arraylist and pass to chip navigation bar ArrayList fragList = new ArrayList<>(); fragList.add(new firstFragement()); 4 more.

please look in to it

ismaeldivita commented 5 years ago

The colored container is just a sample. Just add your Fragment.Transaction on OnItemSelectedListener based on the selected menu item.

mohit1050 commented 4 years ago

ho to do that