onActivityResult always getting Result_Canceled from TabActivity
Posted onRecently while working with tabs, I see this situation onActivityResult , always getting 0(RESULT_CANCELLED). I have four activities A-Activity,B-TabActivity,C-Activity, D-Activity. where A starts TabActivity B, and in this TabActivity, Im displaying 2 tabs C and D as child activities. I need result from C or D whether success or not, when Activity is closed. So I started […]