标签: android android-intent
我想收到一个使用另一个页面的意图传递的数据。你能帮助我吗?
答案 0 :(得分:0)
这是一个例子
Bundle bundle = getIntent().getExtras(); Int ReceivedId = bundle.getInt("Id"); String ReceivedTitle = bundle.getString("Title");