会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冒泡的章鱼
你得有足够的实力,你的原则和底线才会被人尊重。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
2015年11月28日
Android View坐标Left, Right, Top, Bottom
摘要: Android View坐标Left, Right, Top, Bottom 1.分析说明Left, Right, Top, BottomView中对于该字段说明如下,相对父布局的的位置 相对父布局的左边位置 Left 相对父布局的右边位置 Right 相对父布局的左上边位置 Top 相对父布...
阅读全文
posted @ 2015-11-28 19:58 冒泡的章鱼
阅读(1856)
评论(0)
推荐(0)
2015年11月27日
唯有志存高远,方能风行天下
摘要: http://www.apkbus.com/forum.php?mod=viewthread&tid=244016&page=1&extra=#pid3537851
阅读全文
posted @ 2015-11-27 12:42 冒泡的章鱼
阅读(267)
评论(0)
推荐(0)
2015年11月26日
Viewdraghelper解析
摘要: 2013年谷歌i/o大会上介绍了两个新的layout: SlidingPaneLayout和DrawerLayout,现在这俩个类被广泛的运用, 其实研究他们的源码你会发现这两个类都运用了ViewDragHelper来处理拖动。ViewDragHelper是framework中非常有用的一个工具。V...
阅读全文
posted @ 2015-11-26 13:06 冒泡的章鱼
阅读(3283)
评论(0)
推荐(0)
2015年11月9日
Chart 绘制,自带动画效果
摘要: package com.example.canvasdemo;import android.annotation.SuppressLint;import android.content.Context;import android.graphics.Canvas;import android.gra...
阅读全文
posted @ 2015-11-09 21:49 冒泡的章鱼
阅读(630)
评论(0)
推荐(0)
2015年11月5日
GIt的命令
摘要: Git 命令 1,git init初始化当前文件夹为git仓库的根目录2.git commit提交到本地仓库3.git push origin master 提交到服务器4.git log 查看提交log5.git reset --hard HEAD^ 或 git reset --hard com...
阅读全文
posted @ 2015-11-05 12:51 冒泡的章鱼
阅读(312)
评论(0)
推荐(0)
2015年11月4日
ZoomBar 设计
摘要: 1 package com.example.canvasdemo; 2 3 import android.content.Context; 4 import android.graphics.Canvas; 5 import android.graphics.Color; 6 imp...
阅读全文
posted @ 2015-11-04 22:44 冒泡的章鱼
阅读(718)
评论(0)
推荐(0)
2015年11月3日
旋转toast 自定义toast方向,支持多个方向的显示,自定义View
摘要: package com.example.canvasdemo;import java.security.InvalidAlgorithmParameterException;import android.animation.ObjectAnimator;import android.animatio...
阅读全文
posted @ 2015-11-03 21:49 冒泡的章鱼
阅读(586)
评论(0)
推荐(0)
2015年10月26日
NA
摘要: 0000-00001000-00001111-11111*2^7=1281*2^6=641*2^5=321*2^4=161*2^3=81*2^2=41*2^1=21*2^0=10000-00100000-00000000-00011111-11100000-00101111-11100000-000...
阅读全文
posted @ 2015-10-26 23:56 冒泡的章鱼
阅读(225)
评论(0)
推荐(0)
上一页
1
2
3
4
公告