Posts by Anselmo Gomes • 63 points
2 posts
-
2
votes3
answers777
viewsA: Why is the result of the textbox disappearing after the click?
Where is <a href="" onclick="calcularIMC();"> Calcular </a> add the '#' caracatere to href, to prevent it from updating the page, so it looks like this: <a href="#"…
javascriptanswered Anselmo Gomes 63 -
4
votes1
answer142
viewsQ: Is there any way to import a project into Android Studio by fixing the dependencies automatically?
I have had frequent difficulties in importing projects into Android Studio. Whenever I make a new import, the IDE points out several dependencies that are not satisfied and I have to fix them…