0
to use variable from class to another class have to me use instance
and what about use this in android java btween two activity
1 Resposta
+ 1
For Android you need to use Intents with the methods putExtra() and getExtras()
and what about use this in android java btween two activity