Posts by Luiz Felipe Evaristo • 88 points
4 posts
-
0
votes1
answer158
viewsA: How to remove automatic items from an Activity
When you create a new Activity Android Studio tries to facilitate its work by leaving several things created. Like the case of Toolbar and Floatingbutton. If you do not want an Activity with…
-
1
votes1
answer75
viewsA: Is it necessary to memorize everything about XML files while I have the IDE to do it for me?
I’m not a professional programmer - I’m in graduation yet. I have a 1~1.5 years of programming on Android. I always like to make my own layout using the Edit Code, because I feel more comfortable in…
-
3
votes1
answer165
viewsQ: Binary tree returning empty in search
In my menu it is not doing the correct output in the print. In addition to the search return only empty tree. #include<iostream> #include<string> #include<stdlib.h>…
-
3
votes1
answer1604
viewsQ: Webview on Android, modifying HTML
I’m able to upload the URL to my device, using the Webview, but the page that loads is not adapted for mobile devices. I wonder if there is a way I can access the page, but eliminating some parts of…