samedi 27 juin 2015

Getting back object from child activiy in Android

I have a main_activity that starts a child Activity via Intent.

I know about methods getStringExtra(string), or getBooleanExtra(string) etc. that we call in onActivityResult; But they all return a primitive data... How can I get an object from a user-defined class from the child activity?

Thanks, and this is my first question here! :) kinda too late...

Aucun commentaire:

Enregistrer un commentaire