整理了一天的思路

Intent intent = new Intent();

intent.setClass();

Bundle bundle = new Bundle();

bundle.putDouble();

bundle.putString("");

intent.putExtra(bundle)

startActivity();

接收

Bundle bundle = this.getIntent().getExtras();

String sex = bundle.getString("");

double height = bundle.getDouble("");

 

你可能感兴趣的:(整理了一天的思路)