上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: Defining Custom Animations //自定义动画This lesson teaches you to //本节课知识点Customize Touch Feedback//1.自定义触摸反馈Use the Reveal Effect//2.使用显示特效Customize Activ... 阅读全文
posted @ 2015-01-25 17:03 bvin 阅读(925) 评论(0) 推荐(0) 编辑
摘要: Working with DrawablesThis lesson teaches you toTint Drawable ResourcesExtract Prominent Colors from an ImageCreate Vector DrawablesYou should also re... 阅读全文
posted @ 2015-01-25 16:59 bvin 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Defining Shadows and Clipping ViewsThis lesson teaches you toAssign Elevation to Your ViewsCustomize View Shadows and OutlinesClip ViewsYou should als... 阅读全文
posted @ 2015-01-25 16:56 bvin 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Using the Material ThemeThis lesson teaches you toCustomize the Color PaletteCustomize the Status BarTheme Individual ViewsYou should also readMateria... 阅读全文
posted @ 2015-01-25 16:53 bvin 阅读(491) 评论(0) 推荐(0) 编辑
摘要: Getting StartedThis lesson teaches you toApply the Material ThemeDesign Your LayoutsSpecify Elevation in Your ViewsCreate Lists and CardsCustomize You... 阅读全文
posted @ 2015-01-25 16:46 bvin 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Creating Apps with Material Design//创建Material Design的AppMaterial design is a comprehensive guide for visual, motion, and interaction design across pl... 阅读全文
posted @ 2015-01-25 16:44 bvin 阅读(446) 评论(0) 推荐(0) 编辑
摘要: TextView有几个属性android:drawableXXX,通常是在环绕文字周边显示一个图像,但是这有个坑就是文字和图片可能会对不齐。纵使你设置gravity还是layout_gravity=center都没有任何效果。 一般在app的底部导航栏,会用RadioButton去实现。R... 阅读全文
posted @ 2015-01-23 15:14 bvin 阅读(2503) 评论(0) 推荐(0) 编辑
摘要: Creating Lists and Cards //创建列表和卡片To create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardVie... 阅读全文
posted @ 2015-01-07 16:08 bvin 阅读(617) 评论(2) 推荐(0) 编辑
摘要: 记录一下,经常在新建项目的时候就会发生这个问题,正好上次有个群友也问道了这个问题。就是设备屏幕打开自动旋转会导致activity重启,这样会消耗很多资源。比如在加载listview数据会重新请求数据,当播放音乐时会异常停止等。android没有像ios那样自动处理这个问题,要我们自己到manifes... 阅读全文
posted @ 2015-01-06 21:42 bvin 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 数据结构和算法若可以称为为编程的细胞结构,那设计模式就是编程的灵魂气脉。一个从是编程的微观演绎,一个是编程的宏观设计。这个从技术和艺术的结合体,毫无疑问是在世界末日之前的很伟大的一项发明。设计模式书籍推荐:《设计模式 可复用面向对象软件的基础》:将可重用面向对象的设计模型分为创造类、结构类 、行为类... 阅读全文
posted @ 2014-12-14 12:33 bvin 阅读(440) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页