Closed dishantvyas15 closed 3 years ago
@HemangNakarani I kept the buttons at the bottom due to this instruction. Should I change?
I'll implement hide-show feature in the fragments and look into the animation part.
@HemangNakarani I kept the buttons at the bottom due to this instruction. Should I change?
I'll implement hide-show feature in the fragments and look into the animation part.
@dishantvyas15 Sorry that was written by mistake, but now keep it on top 👍
@HemangNakarani, I may be wrong but I found that animations cannot be applied to fragments if I use show/hide to change them. Animation seems to work only while replacing fragments. Is there any way to do both the things simultaneously ??
@HemangNakarani, I may be wrong but I found that animations cannot be applied to fragments if I use show/hide to change them. Animation seems to work only while replacing fragments. Is there any way to do both the things simultaneously ??
Yupp, it's not there. But what I am saying that you can show animation in starting in onCreateView
of every fragment. Check UBER app when it opens. It just animates some View and objects in fragment itself. Maybe this can be done in our case also. You can use any good ready-made animation from the internet, you don't need to write it yourself, you want to do it yourself then also it's ok.
This PR is expected to solve issue #31 @HemangNakarani, @prit29 Please provide the names of the fragments so that I can add icons and labels in the toggle buttons. Also mention if there are any changes to be made.