- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 Android Canvas.drawText垂直居中问题三种情况
官方文档: public void drawText (String text, float x, float y, Paint paint)Parameters text The text to be drawn x The x-coordinate of the origin of the text being drawn y The y-coordinate of th
2016-05-17 22:40:03 718
原创 一图了解View的生命周期,自定义view,invalidate()和requestLayout()调用
Android中View的生命周期,调用invalidate()和requestLayout()会触发哪些方法,一图道破天机。该图确实一看就非常清晰、让人简单的了解View的生命周期,也可以帮助我们更好的去掌握如何自定义view。
2016-05-18 16:18:46 451
转载 android PopupWindow
在android中弹出框有两种方式:AlertDialog和PopupWindow,它们的不同点在于: 1、AlertDialog的位置固定,而PopupWindow的位置可以随意; 2、AlertDialog是非阻塞线程的,而PopupWindow是阻塞线程的; PopupWindow使用 PopupWindow这个类用来实现一个弹出框,可以使用任意布局的View作为其内容
2016-04-29 00:26:48 256
原创 android保持屏幕常亮
/* Window flag: as long as this window is visible to the user, keep the device’s screen turned on and bright. / public static final int FLAG_KEEP_SCREEN_ON = 0x00000080;WindowManager提供了FLAG_KEEP_SCREE
2016-04-28 21:54:58 308
原创 android:duplicateParentState="true"
android:duplicateParentState When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself. Must be a boolean v
2016-04-27 18:32:50 761
google官方volley最新版
2016-05-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人