摘要:
TabHost tabHost = getTabHost(); Intent it = new Intent(); it.setClass(Main.this, DateTimePicker.class); TabSpec spec=tabHost.new... 阅读全文
posted @ 2014-12-11 12:13
菜鸟的学习
阅读(310)
评论(0)
推荐(0)
摘要:
Intent 使用最常使用的是:Intent intent = new Intent();intent.setClass(Main.this,New.class);startActivity(intent);其他的Intent 的使用:打开一个网站:Uri uri = Uri.parse("http... 阅读全文
posted @ 2014-12-11 11:59
菜鸟的学习
阅读(214)
评论(0)
推荐(0)