I want to receive a data which is passed using intent from another page.Can you help me?
A:
this is an example
Bundle bundle = getIntent().getExtras();
Int ReceivedId = bundle.getInt("Id");
String ReceivedTitle = bundle.getString("Title");
Jorgesys
2010-06-29 00:44:02