我有一个带有val a = json.validate[Seq[TypeA]]
和<div style="background-color:yellow;width:160px">
this is the first div
</div>
<div style="height:100px;"></div>
<div style="background-color:orange;width:160px;margin-left:200px">
this second second div
</div>
的Android应用程序来创建标签页,我希望使用标签的位置或索引来存储数据库中标签的数据。
我有一个名为ViewPager
的表和一个名为TabLayout
的列,我想存储与数据关联的选项卡,但是我无法获取选项卡的位置/索引以保存与数据库中的数据。