So how do you make the info entered come to you. Like someone entered some info on your page(password) that you want to see | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

So how do you make the info entered come to you. Like someone entered some info on your page(password) that you want to see

How do I receive info

23rd May 2017, 10:34 AM
Ijasini Jeremiah
1 Respuesta
+ 2
getText enter by user and store it in database for example:- if user enter password in TextField t1 then t1.getText and store this text in database for see results
23rd May 2017, 10:37 AM
Mayur Chaudhari
Mayur Chaudhari - avatar