【解决方案】Android Intent回传值笔记

public final static Integer Result_Code = 1; public void sendMessage(View view ) { Intent intent = new Intent(this,SecondActivity.class); EditText editText = findViewById(R.id.edit); Strin
相关文章
相关标签/搜索