Realizar el paso de objetos, es tal como se pasan otros tipos de datos por medio de los Intent.
El siguiente codigo se coloca en el Activity1 que realiza el llamado al Activity2, pasandole una instancia del objeto MyObject.
Intent i = new Intent(this, Activity2.class);
i.putExtra(ID, object);
startActivity(i);
Ya sobre el Activity2 se recupera por medio del getSerializable()
MyObject recibir = (MyObject)extras.getSerializable(MyObject.ID);
Suscribirse a:
Enviar comentarios (Atom)
Lorem
Please note:
Delete this widget in your dashboard. This is just a widget example.
Ipsum
Please note:
Delete this widget in your dashboard. This is just a widget example.
Dolor
Please note:
Delete this widget in your dashboard. This is just a widget example.
0 comentarios:
Publicar un comentario