Posts by Jonathan Cedrim De Souza • 21 points
2 posts
-
2
votes5
answers45344
viewsA: Access website on local network through my Android phone
To configure using linux: 1-open the terminal 2-use hostname -I command 3-copy your ip on your mobile phone, in my case: 10.0.0.10:8080. (8080 is the port that will be placed on the server, staying…
-
0
votes3
answers904
viewsA: Problem when rotating android cell screen
To complement this, a shortcut you can turn to is the use of setRetainInstance(true);, so your persistent problems when your Activity or Fragment is destroyed will be solved in part. xD