Open RethinavelPillai opened 8 years ago
You are launching new activities from click on BottomBar Tab? I dont think that is guideline behavior. I have fragment container in activity and im switching them.
Why do you need to launch activities from actionbar?
@josefkorbel Yes.. Actually i have to load so many API's (web service) in each BottomBar Tab. Is that good practice to load large data in fragments. Could you please suggest me which is better way to achieve this?
Say for ex.. I have 5 tabs. I want to implement this bottom bar in BaseActivity and wish to extend BaseActivity for all the 5 Activities. Here is the code
And extended the BaseActivity like this:
When ever i click the "Expense" Activity from "Dashboard" The execution moves automatically to Dashboard again from "Expense"
What i am trying to achieve.. Dashboard --> Expense
What i am getting now.. Dashboard --> Expense --- Auto redirects to Dashboard again ---> Dashboard.
How could i solve this issue?
This library works for multiple activities? Or works only one activity with multiple fragments??