Posts by Fábio Gouveia • 21 points
2 posts
-
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
The tag action parameter <form> can only contain a relative URL action="meu-ficheiro-local.php" or an absolute URL action="http://www.exemplo.com/exemplo.php". In this case what seems to me is…
-
2
votes3
answers370
viewsA: Listview with different layouts per line, according to filtered value
In reality we just need to subscribe to the Arrayadapter getView method. Perhaps with this example it will be easier to control the views you want to display in a Listview via an Adapter array.…