android - Using EditText values to a textview on another activity
问题 What I need is quite simple. 1- User types some info on EditTexts. 2- Uses intent and bundle to take the data to another activity 3- Shows the data stored from EditTexts to TextViews. But, here's the problem. EditTexts are at MainActivity, the activity that will receive the data isn't the next one, but the last one, named finalizar_relatorio.class. And also, I'm trying to send this bundle to the next activity when I call one method because if I use startActivity() inside onCreate, it will