
android
疯狂拇指
有努力就有希望
展开
-
android TextView文字透明度和背景透明度设置
android TextView文字透明度和背景透明度设置原创 2011-01-17 14:38:00 · 12525 阅读 · 5 评论 -
android下的系统Intent应用
<br /> <br />1.从google搜索内容<br />Intent intent = new Intent();<br />intent.setAction(Intent.ACTION_WEB_SEARCH);<br />intent.putExtra(SearchManager.QUERY,"searchString")<br />startActivity(intent);<br />2.浏览网页<br />Uri uri = Uri.parse("http://www.google.co转载 2011-03-31 10:34:00 · 561 阅读 · 0 评论 -
android 杀死进程的三种方法
android 杀死进程的三种方法原创 2011-03-24 10:12:00 · 4598 阅读 · 1 评论 -
Android uses-permission
Android uses-permission转载 2011-03-24 14:31:00 · 1084 阅读 · 0 评论 -
Android 实现Activity后台运行
<br />Intent intent = new Intent(Intent.ACTION_MAIN); <br /> intent.addCategory(Intent.CATEGORY_HOME); <br /> intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); <br /> startActivity(intent);原创 2011-02-22 11:25:00 · 1846 阅读 · 0 评论 -
android 自定义对话框 背景透明
android 自定义对话框 背景透明转载 2011-01-27 22:54:00 · 4455 阅读 · 0 评论 -
去掉android的屏幕上的title bar
去掉android的屏幕上的title bar原创 2011-01-25 11:18:00 · 2796 阅读 · 1 评论 -
Android sqlite 基础实例
Android sqlite 基础实例原创 2011-01-17 14:31:00 · 1357 阅读 · 1 评论 -
Android创建和删除桌面快捷方式
Android创建和删除桌面快捷方式转载 2011-01-20 11:37:00 · 1630 阅读 · 1 评论 -
android 与服务器用 http Post方法通迅
android 与服务器用 http Post方法通迅原创 2011-05-09 16:16:00 · 2891 阅读 · 1 评论