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);
Technology Software Hardware News Tips and Tricks Architecture Yazılım Mimari Bilgisayar Teknoloji Türkçe İngilizce
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
Extras are used to send data to an activity :
Intent i = new Intent(getApplicationContext(), MyActivity.class);
i.putExtra(key, value);
startActivity(i);
zaman:
1/17/2011 02:43:00 pm
No comments:
Post a Comment