You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
I'm trying to show the label of the button's programatically, only when user opens the app for the first time. So, I can do this two ways:
Put the labels on XML and hide then programatically if it's not the first time
Don't put the label on XML and show it if it's the first time
The 2) way makes more sense.
Neither can get me there.
Solution 1), when I set the label to null or "", the label appears empty (it should not even appear)
Solution 2), when I set the label programmatically, it doens't show (show empty, like on 1))
Hi there,
I'm trying to show the label of the button's programatically, only when user opens the app for the first time. So, I can do this two ways:
The 2) way makes more sense.
Neither can get me there.
Solution 1), when I set the label to null or "", the label appears empty (it should not even appear)
Solution 2), when I set the label programmatically, it doens't show (show empty, like on 1))
Am I missing something?
A little code:
The text was updated successfully, but these errors were encountered: