
Android UI
虚无2008
这个作者很懒,什么都没留下…
展开
-
Custom Components
Android offers a sophisticated and powerful componentized model for building your UI, based on the fundamental layout classes: View and ViewGroup. To start with, the platform includes a variety of p转载 2015-10-27 18:53:39 · 774 阅读 · 0 评论 -
【安卓】ExpandableListView中的position
原文地址:http://m.blog.youkuaiyun.com/blog/w7822938/38926511作为扩展的listview,我们对ExpandableListView的position一般只需要知道groupPosition&childPosition就足够了,但是当遇到要精确记录,移动到ExpandableListView的某个item上,listview提供的s转载 2015-10-28 18:11:25 · 2745 阅读 · 1 评论 -
【安卓】仿淘宝购物车
下载地址:https://github.com/joefei/ShoppingCart界面效果图:原创 2015-11-03 19:29:46 · 6049 阅读 · 8 评论 -
【学习】RecyclerView
【2015年10月10日 星期六】一、简介RecyclerView是ListView的升级版,它提供了更好的性能而且更容易使用。该控件是一个可以装载大量的视图集合,并且可以非常效率的进行回收和滚动。当你list中的元素经常动态改变时可以使用RecyclerView控件。它提供了如下两个功能:1、为每个条目位置提供了layout管理器(RecyclerView.set转载 2015-10-10 15:22:09 · 727 阅读 · 0 评论 -
【安卓】android.view.ViewTreeObserver.OnGlobalLayoutListener
当在一个视图树中,全局布局发生改变,或者视图树中的某个视图的可视状态发生改变时,所要调用的回调函数的接口类原创 2014-03-02 18:23:13 · 1337 阅读 · 0 评论 -
【安卓】Theme.AppCompat中的Button上的字母默认全部大写的问题
安卓主题Theme.AppCompat中,在5.0以上的API的时候,Button的默认属性是字母全部大写(不知道谷歌咋想的)。查了一下,原来这Button字母默认大写是Material Design Theme的样式(5.0以上默认样式),而AppCompat Theme是用于兼容5.0以下手机显示Material Design Theme用的。这就能解释,AppCo原创 2016-05-31 11:58:01 · 2789 阅读 · 1 评论 -
【学习】Android View
android.R.id.contenthttp://stackoverflow.com/questions/7776768/android-what-is-android-r-id-content-used-for http://stackoverflow.com/questions/4486034/get-root-view-from-current-activityGet root view原创 2016-07-28 12:40:58 · 642 阅读 · 0 评论