getchildcount专题

自定义控件的getChildCount

我真的是一步一步走过来,看过来的代码。不是能力问题,而是他们用的,我没用过,我用的他们不用。然后一句一句的问为什么,然后一句一句的去想为什么。 只有这样,才能慢慢的熟悉,东一榔头西一棒子,不是分模块再细分的去看,真的,想玩转它,没戏。趁现在,有时间,事情不多,赶紧熟悉代码,还有不要只自己看,多问。好了。 当你的自定义view继承自viewgroup的时候,getChildCount()得到的就

FrameLayout 方法 getChildCount 返回View的的思考

<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"android:id="@+id/my_content_fl"android:layout_width="match_parent"android:layout_height="m