Closed JDNdeveloper closed 9 years ago
Make sure these happen:
@KevinCCheng, make sure to talk to @JoetheSoda about how he set up the constant that stores which page you are on as well as anything else you need to know about this task
So, Android has a built in stack that keeps track on where it is. The hardware back button does this right but out regular back button doesn't follow it.
We should either make the status bar back button simulate the hardware back button or just remove it if it is not working.
Hey Kevin. Actually the back arrow doesn't currently do what we want it to do. We want it to return to the proper fragment in main which it currently doesn't do. Instead it always returns to all lifestyles. On Mar 1, 2015 1:44 AM, "KevinCCheng" notifications@github.com wrote:
So, Android has a built in stack that keeps track on where it is. The hardware back button does this right but out regular back button doesn't follow it.
We should either make the status bar back button simulate the hardware back button or just remove it if it is not working.
— Reply to this email directly or view it on GitHub https://github.com/JDNdeveloper/Off-By-One/issues/51#issuecomment-76589897 .
Oh wow. Didn't even try the hardware back button. You're right.
Anyways, the thing that we should be doing is forcing the app to load the proper fragment each time main is called by using the fragmentLocation variable. On Mar 1, 2015 1:44 AM, "KevinCCheng" notifications@github.com wrote:
So, Android has a built in stack that keeps track on where it is. The hardware back button does this right but out regular back button doesn't follow it.
We should either make the status bar back button simulate the hardware back button or just remove it if it is not working.
— Reply to this email directly or view it on GitHub https://github.com/JDNdeveloper/Off-By-One/issues/51#issuecomment-76589897 .
Kevin,
I'm pretty sure I know what needs to happen if you want to reassign this task to me.
Up to you. On Mar 1, 2015 1:44 AM, "KevinCCheng" notifications@github.com wrote:
So, Android has a built in stack that keeps track on where it is. The hardware back button does this right but out regular back button doesn't follow it.
We should either make the status bar back button simulate the hardware back button or just remove it if it is not working.
— Reply to this email directly or view it on GitHub https://github.com/JDNdeveloper/Off-By-One/issues/51#issuecomment-76589897 .
Implemented.
Make sure correct item is selected in nav bar and action bar color is correct as well.