Posts by Filipe Torres • 1 point
1 post
-
-1
votes1
answer63
viewsQ: Transition of activities with serializable classes (getIntent problem)
I have a problem while passing a serializable class. I insert it into the Bundle as follows. public void voltarMain(View view) { Intent myIntent = new Intent(getApplicationContext(),…