basically when first time you press log in it takes you to someother screen (screen1) where you fill in details and upon submit a label value is stored in a variable and when next time you open app after logging out the screen sees if the text is present if it is the.same log in button takes you to screen 2.
I want users email and password to be already pre written so person just has to press log in button not type email and password everytime I tried local storage. I tried local dB I tried local storage but nothing worked