this is the video I’m talking about, now in the video the options to edit the profile are in the same screen, but I want those two to be different screens, I want one screen to be the one where profile is visible, and then a settings screen where you update it, now as per the video, we can update the username and photo but how to i get those changes in username and photo into the profile screen, I’ve been banging my head over different ideas of doing this and now I am way more confused than before.
so what I’m asking is that I have 2 different screens, one to edit profile and other is the profile screen itself, and when I edit my profile I want it to show up on my profile screen, pro that I want a sample data to exist on profile screen.
and about storing variables and using them on other screen, been trying to do that but am not able to get by with it. basically I do not understand how to do so
So I already tried setting a variable on profile screen and change it’s value on edit profile screen, but the thing is, it doesn’t reset the value set on the profile screen as there is already some value to it.
And it’s also about user profile image, I can change it on edit profile screen, but it doesn’t update on the profile screen