
android
文章平均质量分 55
rxh_rxh
这个作者很懒,什么都没留下…
展开
-
三方(广告/统计)支持
友盟Umeng---------------------------介绍使用:http://www.tuicool.com/articles/Bz2Yvqr http://www.eoeandroid.com/thread-309340-1-1.html http://blog.sina.com.cn/s/blog_4b00db8201014oqk.html http:原创 2015-06-27 11:42:37 · 1665 阅读 · 0 评论 -
google IO
模式的定义适配器模式把一个类的接口变换成客户端所期待的另一种接口,从而使原本因接口不匹配而无法在一起工作的两个类能够在一起工作。使用场景 用电源接口做例子,笔记本电脑的电源一般都是接受5V的电压,但是我们生活中的电线电压一般都是220V的输出。这个时候就出现了不匹配的状况,在软件开发中我们称之为接口不兼容,此时就需要适配器来进行一个接口转换。在软件开发中有一句话正好体现了原创 2017-05-16 12:28:45 · 536 阅读 · 0 评论 -
Git版本控制
github:https://github.com/ github使用:http://www.cnblogs.com/yelaiju/p/3180986.html git教程:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 htt原创 2015-06-26 19:06:31 · 736 阅读 · 0 评论 -
Android适配
适配实战:屏幕密度(dpi) :dot per inch,即每英寸像素数。ldpi(120),mdpi(160),hdpi(240),xhdpi(320)计算方法:以480x854,4.0inch手机为例,其对角线为4.0inch,对角线的像素数为:(480^2 + 854^2)开根号 = 979.所以其dpi = 979 / 4 = 245,约为240。原创 2015-06-27 11:49:34 · 823 阅读 · 0 评论 -
GitHub开源项目
如何选择开源项目:http://mp.weixin.qq.com/s?__biz=MzA4NTQwNDcyMA==&mid=2650661616&idx=1&sn=17ac64a4f25736ab673b4ecc847d20e9&scene=21#wechat_redirect http://mp.weixin.qq.com/s?__biz=MzA4NTQ...原创 2015-06-27 11:40:17 · 2574 阅读 · 0 评论 -
android面试知识点
面试大纲:https://mp.weixin.qq.com/s?__biz=MzI2OTQxMTM4OQ==&mid=2247485263&idx=1&sn=519a450c4bd772afd9c0d1cdf810681d&chksm=eae1f21ddd967b0ba9c71d89c25ec9bf7b71205bc4e8e81708df0a8f59c7dd5d2b79890a35ad#rd原创 2017-10-18 11:12:43 · 343 阅读 · 0 评论 -
碎片时间学习
拖拽RecyclerView:https://github.com/bboyfeiyu/android-tech-frontier/blob/master/issue-18/%E6%8B%96%E6%8B%BDRecyclerView.md Android ViewDragHelper完全解析 自定义ViewGroup神器:http://blog.youkuaiyun.com/lmj623565791/原创 2015-07-27 20:26:01 · 2260 阅读 · 0 评论 -
公司产品
小牛互联:http://192.168.1.254/public/http://emoji-keyboard.com/ zxing扫码:https://my.oschina.net/madmatrix/blog/189031 https://my.oschina.net/madmatrix/blog/187100 http://blog.c原创 2015-06-27 11:54:06 · 800 阅读 · 0 评论 -
Android Tips
Util工具类:http://www.jianshu.com/p/72494773aace http://hjxandhmr.github.io/2016/04/19/Android-Utils/ http://www.wangchenlong.org/2016/05/18/tips/1605/181-android-tips-8/ http://diycode.cc/top...原创 2015-06-27 11:45:45 · 12040 阅读 · 0 评论 -
Android Studio / Gradle
http://www.youkuaiyun.com/article/2013-05-16/2815320-Google-IO-2013-Android-Studiohttp://zhidao.baidu.com/link?url=c2VxAlbEZci4_v1UEZRm6c0DGFKiK79bIgfmRtcwA6vC1E8MQQbdNmCLKloRs2_SFuj31OtcPmIXnv3AdRaZIVS原创 2015-06-26 19:04:39 · 1258 阅读 · 0 评论 -
工作效率工具/常用方法
协助工作:dropboxhttps://www.dropbox.com/home google翻译:http://translate.google.cn/#en/zh-CNevernote:https://www.yinxiang.com/ 竞品分析工具:https://www.jianshu.com/p/ba2d9eca47a2 自动化测试:...原创 2015-06-27 11:42:01 · 648 阅读 · 0 评论 -
Linux操作系统及ubuntu相关
http://vbird.dic.ksu.edu.tw/linux_basic/Mandrake9.0/mandrake9.0.php 安卓qq:http://jingyan.baidu.com/article/2c8c281de555e70008252add.htmlhttp://jingyan.baidu.com/article/afd8f4de4409ad34e286e原创 2015-06-27 11:31:33 · 462 阅读 · 0 评论 -
GoogleDrive翻译
https://developers.google.com/drive/android/files File contents:files在GoogleDrive中由DriveFile接口代表,含有特定的元数据,deviceId,DriveContents。一个文件的二进制内容被封装在DriveContents类其中还包含用于从读取和写入文件的内容的方法。InputStrea原创 2016-07-16 15:14:22 · 1341 阅读 · 0 评论 -
Android程序的入口点及深入生命周期及fragment的使用及viewpager
Android程序的入口点及深入生命周期及fragment的使用及viewpager原创 2015-06-13 14:18:55 · 794 阅读 · 0 评论 -
Google官方
android version:https://developer.android.com/about/dashboards/index.html#PlatformGoogle IO:http://android-developers.blogspot.nl/2014/08/material-design-in-2014-google-io-app.html http:/原创 2015-06-27 15:27:59 · 11255 阅读 · 0 评论