Posts by Tomás Rodrigues • 125 points
3 posts
-
0
votes1
answer49
viewsA: About Activities in Android/Java
From what I see the ideal architecture for this process (assuming it is all part of the registration) is to have only one Activity and 5 fragments. This way you can manage layouts, scalability and…
-
0
votes1
answer55
viewsQ: Make Toast disappear while running root command
Long live, I have my phone connected to the computer and when I run root commands by the adb, a Toast always appears in the middle, is there any way to make these toats disappear? I remind you that…
-
2
votes1
answer43
viewsQ: Get name resolution time on HTTP request
Long live, Is it possible to obtain separate name resolution time from access time? The code I have is: HttpURLConnection connection; try { URL endereco = new URL(url); connection =…