如何从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_CANCELED
RESULT_OK
RESULT_CANCELED
森林海
慕雪6442864
相关分类