- 博客(7)
- 收藏
- 关注
原创 查找
#include#include#include#define OK 1#define ERROR 0#define MAXSIZE 100typedef int Status;typedef int KeyType;#define EQ(a,b) ((a)==(b))#define LT(a,b) ((a)<(b))#define LQ(a,b) ((a)<=(b))
2016-01-08 20:08:25 147
原创 Android中隐式调用Activity
1、通过其它应用隐式启动Activity访问BaiDu//点击按钮后跳转,用浏览器打开链接public void click(View v) { String url = "http://www.baidu.com"; // web address Intent intent = new Intent(Intent.ACTION_VIEW);//设置隐式启动act
2016-01-03 19:56:50 531
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人