WEB开发网
开发学院手机开发Android 开发 Android Intent应用实践经验总结 阅读

Android Intent应用实践经验总结

 2010-05-14 16:54:00 来源:WEB开发网   
核心提示:super.onCreate(savedInstanceState); this.setContentView(R.layout.main); } } public class TestIntent extends Activity { @Override protected void onCreate(Bundle
super.onCreate(savedInstanceState); this.setContentView(R.layout.main); } } public class TestIntent extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Testing Intent here!"); this.setContentView(tv); } }

来看看TestIntent所在项目的Manifest.xml

.... < activity android:name="TestIntent" android:label="@string/hello" >< intent-filter > < action android:name="test_action" > < category android:name="android.intent.category.DEFAULT" > < /category > < /intent-filter > < /activity > .....

Android Intent应用的相关内容就为大家介绍到这里。

上一页  1 2 3 

Tags:Android Intent 应用

编辑录入:coldstar [复制链接] [打 印]
赞助商链接