Posts by Leonardo • 1 point
1 post
-
0
votes0
answers35
viewsQ: Intent Kotlin receiving null value
I have the following Intent of an Activity: val intent = Intent(this, FormCadastroUsuario::class.java) intent.putExtra("email", email) startActivity(intent) And to receive in another Activity, I…