码迷,mamicode.com
首页 >  
搜索关键字:android基础    ( 700个结果
Android基础 : ContentProvider和getContentResolver
安卓系统中的数据库SqlLite操作和java中mysql的数据库操作很不一样,造成这样的原因是因为在安卓中数据库是属于进程的不存在数据库客户端,也不存在数据库服务器。 ?关于SqlLite数据库的文章可以...
分类:移动开发   时间:2014-10-23 16:32:09    阅读次数:296
Android之Sensor 使用方法
Android之Sensor 使用方法...
分类:移动开发   时间:2014-10-22 18:17:02    阅读次数:154
android Vibrator 使用方法
android Vibrator 使用方法...
分类:移动开发   时间:2014-10-22 11:06:57    阅读次数:184
ImageView引起Missing contentDescription attribute on image的问题
ImageView引起Missing contentDescription attribute on image的问题...
分类:其他好文   时间:2014-10-18 22:24:57    阅读次数:195
Tab标签页接口(1)
Tab标签页接口(1)...
分类:其他好文   时间:2014-10-13 14:36:19    阅读次数:231
Intent使用方法
Intent使用方法...
分类:其他好文   时间:2014-10-11 17:07:15    阅读次数:155
Toast信息框
Toast信息框...
分类:其他好文   时间:2014-10-11 14:26:45    阅读次数:147
Adapter类下的Gallery实例详解
通常我们更多的继承BaseAdapter来编写自己的Adapter类,因为BaseAdapter类是其他Adapter类的基类。在世界的运用过程中呢,我们一般需要重写这类的一些方法: getCount() ;获取当前Adapter的Items数目 getItem(int position);获取相应Position(位置)的Item getItemId(int position);获取相应p...
分类:其他好文   时间:2014-10-10 18:58:24    阅读次数:168
Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio
Android出错问题:AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocatio...
分类:移动开发   时间:2014-10-09 22:13:47    阅读次数:542
GridView网格视图和Toast消息提示的作用
网格视图GridView其实就类似与电视上的九宫格,一般用于罗列多个元素的时候。要掌握GridView的用法首先要掌握BaseAdapter基础数据适配器的使用。 GridView的一些属性:Android:columnWidth 列的宽度 Android:gravity 对齐方式 Android:horizomtalSpacing 列 间距 Android:stretchMode 缩放模...
分类:其他好文   时间:2014-10-09 16:33:38    阅读次数:282
700条   上一页 1 ... 60 61 62 63 64 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!