Alright? I'm doing a project and I came across an issue I can not solve.
I have already created an activity with login and registration for a user, however my business model accepts two types of users, men or women. For this I created a RadioGroup and RadioButton in the registry to be able to separate in the database of Firebase which is which. The issue is that if the user is male I want the login button and the registry to lead to an activity 1 for example, however if the user is female I wanted the login button and the registration button to lead to activity 2 .
I thought about separating user data in other ways but this would be ideal for me, does anyone know how to do this? Thanks