Posts by Eduardo Santos • 37 points
4 posts
-
0
votes0
answers101
viewsQ: Validate data and generate temporary password - cakephp
Good morning, I need to create a function that validates the client fields and compares to check if they are correct if they are, generate a temporary password. Follow my code below. function…
-
3
votes1
answer866
viewsQ: Close Dialog after 10 seconds open
I would like the dialog close after 10 seconds. I can only do it by clicking the button. Follows the code. AlertDialog.Builder alert = new AlertDialog.Builder(this); WebView wv = new WebView (this);…
-
0
votes2
answers37
viewsQ: Error creating PHP connection
When creating the connection Activity in the Connection.getRequestMethod("POST") field; does not accept the Post method. I’m new in the field, could help me? public static String postdados(String…
-
0
votes1
answer864
viewsQ: Error validating android Studio field
Good morning Everybody, I’m making the following mistake: When trying to validate my fields by clicking the sign up button, the same does no action.. I’m new with android and would like a help.…