上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: 线性布局 相对布局 绝对布局 网格布局 表格布局 帧布局 阅读全文
posted @ 2018-12-03 18:18 Flint99 阅读(126) 评论(0) 推荐(0)
摘要: Android 支持以下三种格式的位图文件:.png(首选)、.jpg(可接受)、.gif(不建议)。 阅读全文
posted @ 2018-11-29 14:49 Flint99 阅读(199) 评论(0) 推荐(0)
摘要: 在应用的预期生命周期内,您应使用相同证书签署所有 APK 应用升级:当系统安装应用的更新时,它会比较新版本和现有版本中的证书。如果证书匹配,则系统允许更新。如果您使用不同的证书签署新版本,则必须为应用分配另一个软件包名称 在此情况下,用户将新版本作为全新应用安装。 应用模块化:Android 允许通 阅读全文
posted @ 2018-11-27 14:25 Flint99 阅读(474) 评论(0) 推荐(0)
摘要: 1st: 2ed: 本地图片 先把本地图片文件转换成base64位编码 然后把 link 替换成生成的base64编码的字符串 当然为了简洁,你也可以采用第二种方法,先给个ID,然后在文章末尾添加ID的说明 远程图片 远程图片直接采用地址方式,把 link 替换成网址即可 阅读全文
posted @ 2018-11-27 11:15 Flint99 阅读(171) 评论(0) 推荐(0)
摘要: 安卓平台版本和API版本对应关系 ![对应图][relation_img] [relation_img]:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAF5CAYAAADDDWPBAAAgAElEQVR4nOy9e3Bcx33n+wUpO85 阅读全文
posted @ 2018-11-27 10:51 Flint99 阅读(283) 评论(0) 推荐(0)
摘要: 注:Windows 7 Ultimate and Windows 7 Enterprise (旗舰版和企业版) 可以直接在控制面板/地区和语言中修改显示语言,其他系统不行 "进入网站" 下载相关的MUI包安装 运行文件后会产生lp.cap文件,在命令行运行 DISM /Online /Add Pac 阅读全文
posted @ 2018-11-26 17:19 Flint99 阅读(799) 评论(0) 推荐(0)
摘要: Only dangerous permissions require user agreement. The way Android asks the user to grant dangerous permissions depends on the version of Android runn 阅读全文
posted @ 2018-11-22 11:35 Flint99 阅读(377) 评论(0) 推荐(0)
摘要: When an app is installed on the external storage: The .apk file is saved to the external storage, but any app data (such as databases) is still saved 阅读全文
posted @ 2018-11-21 15:03 Flint99 阅读(174) 评论(0) 推荐(0)
摘要: Changing the emulator locale from the adb shell To change the locale in the emulator by using the adb shell. Pick the locale you want to test and dete 阅读全文
posted @ 2018-11-21 11:34 Flint99 阅读(654) 评论(0) 推荐(0)
摘要: 转载 http://blog.csdn.net/donkor_/article/details/77680042 前言: 众所周知,Android厂商非常多,各种尺寸的android手机、平板层出不穷。导致了Android生态环境的碎片化现象越来越严重。Google公司为了解决分辨率过多的问题,在A 阅读全文
posted @ 2018-11-20 14:16 Flint99 阅读(348) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页