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.
我有标签活动(tab1,tab2)。在 tab1 活动中按下 button1 时,它会覆盖整个屏幕。如何在同一选项卡中开始另一个活动?
是否可以从ContactsContract.Contacts.CONTENT_URItab1 开始?
ContactsContract.Contacts.CONTENT_URI
检查文档中的FragmentTabs.java示例。