Posts by Woton Sampaio • 1,461 points
103 posts
-
0
votes1
answer89
viewsQ: MAINTAIN ACTIVITY BY MINIMIZING
How do I keep my app current when I minimize and maximize the window? I noticed that every app I do, if I minimize and maximize it goes back to initial acitivity, especially in apps that need to…
-
0
votes3
answers45
viewsA: I created a contact form to send directly to my email. It sends, but does not take information from text inputs
Try it this way: <!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <form method="POST" action="seuArquivo.php"> <input type="text"…
-
0
votes1
answer108
viewsQ: Change item color in a listview that contains certain TEXT
How do I put it for when a listview item has information it gets a background with a different color? In the example below it receives the data and returns them in listview: public…