Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在视图翻转器中,如果我们指定 10 个图像视图作为子级,图像视图是否在运行时加载到视图翻转器?或者就像在构建时,视图翻转器被膨胀并且图像视图被填充到排序数组中并且在运行时使用该数组?
我认为图像视图是在构建时添加的。
你可以试试这个。。
这就是为什么,我的看法是它会在构建时加载。:)
如果你已经在 XML 中定义了它,那么它的构建时间。我说这是因为在创建视图时 XML 被转换为对象。