Posts by Leandro Bueno de Souza • 33 points
2 posts
-
1
votes0
answers96
viewsQ: Inaccessible link on IIS
I’m making a C# application using the MVC standard. It uses a Google Firebase database. Running this application by Visual Studio debugger works normally, but when trying to publish it in localhost,…
-
2
votes2
answers155
viewsQ: Change visibility of xml layout with the change of orientation of the device
I need to change the visibility of an xml layout when the device orientation is from Portrait (standing) to Landscape (lying down). I intend to add 2 columns when performing this action. I used the…