Posts by Felipe • 21 points
1 post
-
2
votes1
answer1732
viewsQ: How to pick up values and play in another class? Android
I have the following class: public class RetornaUsuarioActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…