Posts by Coelho • 27 points
4 posts
-
1
votes1
answer76
viewsQ: How to get html code through a url in android studio
I would like to do as I get html code from a site using android studio. This is the code I did, but it does not returns anything. private static String pegarURL(String a) { StringBuilder b = new…
-
0
votes1
answer788
viewsQ: How to compare all values of an array with a variable
I wonder if it is possible for me to have an array with multiple dates and to know if another date is larger than all the dates within the array. For example: Date[] datas =…
-
1
votes1
answer2290
viewsQ: How to use python round
When I use the python round it converts 1.5 to 2, but with 2.5 it leaves 2. How do I make it round 2.5 to 3 ? Where any number other than the number 2
-
0
votes0
answers60
viewsQ: How to update an image in Tkinter
Hello, I would like to know how to have an image on my button when I press it and another image when it is not being pressed.