This is possible to disabled layout for few seconds? I want to layout shows users but user can click on elements this layout after 5 seconds. This is my idea: I start activity and all components will be showing, but user can click on them after 5 seconds. This is possible?
Share
Yes, easily enough.
I’ll give a simple example with code that supports one button. The code below will go in
onCreateoronStartoronResume, wherever you prefer. And I am assuming you are setting your layout inonCreatebefore any of the code I have below.