Intent 向下一個活動傳遞數據

/** * Indent傳值,第一個頁面傳值 * putExtra() * 第一個參數:鍵(key) * 第二個參數:值(value) */ String data = "Hello Second"; Intent intent = new Intent(FirstActivity.this, SecondActivity.this); intent.putExtra("extra_da
相關文章
相關標籤/搜索