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.
我正在以编程方式正确地将选项卡分配给 tabHost。但是,当启动应用程序并默认选择第一个选项卡时,对于其他选项卡,在用户按下选项卡之前不会加载它们的内容。如何开始加载其内容而不等到用户选择它?谢谢你。
您可以使用ViewPager'方法 offScreenPageLimit()。它会加载尽可能多的内容。
ViewPager