Fisayo
05/09/2022, 10:16 PMLouis Gautier
05/10/2022, 7:21 AMbtn_gender_back
and btn_gender_continue
are not inverted in your xml ?
Also, from what I can see, I suggest you to move to ViewPager with fragment. It’s a bit more complicated, but in the end, I will be easier to handle this kind of navigation flowRonald Wolvers
05/10/2022, 5:06 PMfinish()
call on an activity. This will simply take the activity off of the backstack as opposed to adding a new one. If you keep making new activities you will end up with quite a lot after navigating a bit, and your app will consume less memory if you simply pop them with the call to finish()
Ronald Wolvers
05/10/2022, 5:07 PMFisayo
05/10/2022, 7:16 PMRonald Wolvers
05/11/2022, 6:06 PM