Posts by Anézio • 29 points
3 posts
-
0
votes1
answer70
viewsQ: How to call a new Activity through a conditional structure that tests the connection?
I’m making a Webview app. It’s pretty simple: test the connection if it actually loads the site; fake case loads another Activity (other than the main). While there is connection, the app works…
-
1
votes3
answers1106
viewsQ: Doubts with conditional commands in Batch files
The Intent is to copy files .jpg to a subfolder called \image, and the others, I mean, different files from .jpg, to the folder \New folder (2)\. Only it’s not working, which could be wrong? Below…
-
1
votes2
answers93
viewsQ: How to use Window.Clientbouds inside a class in XNA
I’m having a hard time delimiting the character’s movement to the edge of the screen. In class Game1 which is my main I can use Window.ClientBounds, but when I use this function within the class…