Android
coder
这个作者很懒,什么都没留下…
展开
-
android 版本说明
http://source.android.com/source/build-numbers.html Code name Version API level Lollipop 5.1 API level 22 Lollipop 5.0 API level 21 KitKat原创 2015-07-13 14:25:39 · 740 阅读 · 0 评论 -
android 杂记6:Android xml资源文件的一些东西
android 杂记6:Android xml资源文件的一些东西 http://www.cnblogs.com/kobe8/p/3755089.html 一.@代表引用资源 1.引用自定义资源。格式:@[package:]type/name android:text="@string/hello" 2.引用系统资源。格式:@android:type/name android:te原创 2015-07-31 16:39:10 · 544 阅读 · 0 评论 -
android杂记8:Color
android杂记8:Color http://developer.android.com/guide/topics/resources/more-resources.html#Color http://www.cnblogs.com/lionfight/archive/2012/06/28/2566571.html 1、使用Color类的常量,如: int color = Color.BLU原创 2015-07-31 17:27:01 · 836 阅读 · 0 评论 -
android杂记5:Android Support Library
Android Support Library http://blog.csdn.net/crazybigfish/article/details/18363351 原文地址: http://developer.android.com/tools/support-library/index.html Android Support Library包是一个代码库的集合,这个集合提供Android原创 2015-07-31 11:21:30 · 6288 阅读 · 0 评论 -
android 杂记 3
用android studio 很心烦,太慢了。不仅仅是因为 google ,android被墙了。艹,玩蛋啊!!!! http://blog.chinaunix.net/uid-26435987-id-3209050.html android.intent.action.MAIN android.intent.category.LAUNCHER 第一种情况:有MAIN,无LAUN原创 2015-07-29 21:22:41 · 540 阅读 · 0 评论 -
android 杂记2:单位 屏幕适配
android 常见分辨率(mdpi、hdpi 、xhdpi、xxhdpi )及屏幕适配注意事项 http://blog.csdn.net/sarsscofy/article/details/9249397 1 Android手机目前常见的分辨率 1.1 手机常见分辨率: 4:3 VGA 640*480 (Video Graphics Array) QVGA原创 2015-07-29 21:11:34 · 1941 阅读 · 0 评论 -
android杂记4:style & theme
官方介绍 https://developer.android.com/guide/topics/ui/themes.html android的适配都玩出花来了。小米最近几个版本的 miui 也是挺反人类的。感觉完全是拼凑出来的功能。 我花了两天的时间终于搞明白android:theme到底是什么,但是我不知道怎么用。因为里面牵扯到版本兼容的问题。 什么TitleBar Actio原创 2015-07-29 21:42:07 · 576 阅读 · 0 评论 -
android杂记1
学学android开发。有不明白的请搜索。 AndroidManifest.xml AndroidManifest.xml配置文件详解 http://blog.chinaunix.net/uid-9185047-id-3460344.html android关于AndroidManifest.xml详细分析 http://blog.csdn.net/i_lovefish/article/de原创 2015-07-28 15:52:03 · 797 阅读 · 0 评论 -
mac 下 android 真机调试
1.传文件 https://www.android.com/filetransfer/#tips https://dl.google.com/dl/androidjumper/mtp/502266/androidfiletransfer.dmg 2.adb system_profiler SPUSBDataType USB 3.0 Hi-Speed Bus: Host Con原创 2015-07-14 18:38:47 · 1141 阅读 · 0 评论 -
android杂记7:drawable state各个属性详解
android杂记7:drawable state各个属性详解 http://blog.csdn.net/leasystu/article/details/7250885 我们在定义一个drawable的时候可以通过xml定义的drawable对象。它使得一个图片能在不同的状态下显示不同的图案,比如一个Button,它有pressed,focused,或者其它状态,通过使用state list原创 2015-07-31 17:19:05 · 1156 阅读 · 0 评论