I want to receive a data which is passed using intent from another page开发者_StackOverflow中文版.Can you help me?
this is an example
Bundle bundle = getIntent().getExtras();
Int ReceivedId = bundle.getInt("Id");
String ReceivedTitle = bundle.getString("Title");
精彩评论