如何从Tabhost活动返回结果(StartActivityForResult)?
Intent intent = new Intent(this, ClassB.class);startActivityForResult(intent, "STRING");
Intent intent = new Intent(this, ClassC.class);tabHost.addTab...
Intent intent = this.getIntent();intent.putExtra("SOMETHING", "EXTRAS");this.setResult(RESULT_OK, intent);finish();RESULT_CANCELEDRESULT_OK
RESULT_CANCELED
守候你守候我
森林海
慕雪6442864
随时随地看视频慕课网APP
相关分类