Posts by Diorrini11 • 13 points
3 posts
-
1
votes2
answers331
viewsA: My Imageview does not appear on my phone
Cheesebaron answered me this at Stack Overflow Inglés, I already have the answer. namespace ********* { [Activity(Label = "xxxxxxxxx", MainLauncher = true, Icon = "@drawable/Logo")] public class…
-
0
votes2
answers331
viewsQ: My Imageview does not appear on my phone
I created a Layout and an Activity for this Layout. In Layout I only have an Imageview with a png image that is located in Resources/Drawables. When I Debug in the App Imageview does not appear on…
-
0
votes3
answers182
viewsQ: Is there any way to put Input automatically?
Recently in a programming contest I came across the problem of having to put more than 250 inputs in one problem. I wonder if there is any way to put the Inputs other than 1 by 1, at hand!