Posts by paloma • 111 points
5 posts
-
8
votes2
answers190
viewsQ: What is Listviewanimations and how to use it?
I wanted to understand what the ListViewAnimations is (a component, a Framework?) and how it works.
-
0
votes1
answer83
viewsQ: CSS does not load with link
Hello, I am logging in and need to pass the logged in user to other pages. I call the other page this way: $url = 'cadastroFuncionario.php/nome='.$nome.'&id='.$idFuncionario.''; But this page…
-
0
votes1
answer159
viewsQ: How to change the text of a <p> inside php? Can you insert a snippet in Javascript?
I am making a registration that cannot have users with the same name/nick registered. To validate whether or not PHP is used, I would like to know how to print a p with a message on the screen if…
-
0
votes1
answer876
viewsQ: How to activate Logcat ?
Hello, I’m making an app where I use Alarmmanager, I need to use Logcat but I don’t know how to make it appear in Android Studio.
-
1
votes1
answer94
viewsQ: How to take the otido value in a function and put in a text, Javascript?
I can show in Alert but qnd I will put in text (temp2), will not! function mostrarValor(){ var escalaEntrada = getRadioValor('escalaEntrada'); var escalaSaida = getRadioValor('escalaSaida'); var…