Buy anything from HongKong - Dealextreme

You can buy any kind of electronic gadgets from DealExtreme with free shipping option.
Please visit DealExtreme for very low prices.
Here is the link to the site : www.dealextreme.com

17 January 2011

Sending data to an activity

Extras are used to send data to an activity :
Intent i = new Intent(getApplicationContext(), MyActivity.class);
i.putExtra(key, value);
startActivity(i);

No comments: