开发者

Receiving data which is passed using intents

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");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜