Posts by Matteus Maximo Felisberto • 1 point
2 posts
-
0
votes0
answers30
viewsQ: How to pass values from one Activity to another
I came here to know how I do to pass data from one Activity to another, I’ve tried this: Intent i = new Intent(this, other.class) i.putExtra("NAME", name); But when I try to take the other Acticity…
-
0
votes3
answers124
viewsA: Differences xml lines Android (Eclipse)
In fact one should use: android:id="@+id/id_do_componente" I’ve never really studied the ancient eclipse, but I know the code was used this way.