原文:http://www.2cto.com/kf/201112/113331.html在AndroidManifest.xml文件中的元素中有这么两句:你知道中间的两句话都是什么含义么?你知道安卓应用的执行流程吗?当写好的应用发布到手机上之后,当双击”抽屉“里该应用的图标时,系统会将这个点击时间包...
分类:
移动开发 时间:
2015-01-15 20:15:28
阅读次数:
142
SD卡的读写是我们在开发android 应用程序过程中最常见的操作。下面介绍SD卡的读写操作方式: 1. 获取SD卡的根目录[java]view plaincopyStringsdCardRoot=Environment.getExternalStorageDirectory().getAbsol....
分类:
移动开发 时间:
2015-01-09 12:29:53
阅读次数:
157
Android软件开发之盘点所有Dialog对话框大合集(一): http://xys289187120.blog.51cto.com/3361352/657562/ Android入门第九篇之AlertDialog: http://blog.csdn.net/hellogv/article/det...
分类:
移动开发 时间:
2015-01-08 21:22:43
阅读次数:
144
本文来自http://blog.csdn.net/hellogv/ GridView跟ListView都是比較经常使用的多控件布局,而GridView更是实现九宫图的首选!本文就是介绍怎样使用GridView实现九宫图。GridView的使用方法非常多,网上介绍最多的方法就是自己实现一个ImageA...
分类:
移动开发 时间:
2015-01-04 14:58:08
阅读次数:
176
Mainactivity.java 启动加载menu
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.m...
分类:
移动开发 时间:
2014-12-28 18:16:17
阅读次数:
202
遇到的未解决的问题问题:第一次运行时出现了[INSTALL_FAILED_OLDER_SDK]的报错,原因不清楚临时解决方案:注释掉了AndroidManifest.xml 文件中的这一行学习笔记Android的图形用户界面是由多个View和ViewGroup构建出来的。View是通用的UI窗体小组...
分类:
移动开发 时间:
2014-12-17 20:25:08
阅读次数:
292
android httpclient 获得网络图片...
分类:
移动开发 时间:
2014-12-16 21:06:44
阅读次数:
212
android 获取服务器资源 获取网络图片...
分类:
移动开发 时间:
2014-12-16 17:17:34
阅读次数:
221