Posts by thejoker • 11 points
2 posts
-
1
votes1
answer75
viewsQ: Show android layout for x seconds
Good, I intend to show a layout for 5 seconds. I’ve seen examples of how to do this as soon as the application opens, but what I want to do is show a layout for 5 seconds while running the…
-
0
votes1
answer45
viewsQ: Use android layout randomly
Good people, I intend to "call" a layout randomly, the problem is to call it, I thought to store all layouts in an array and based on the randomly generated numbers call the layout at that position…