Is there a way to display fragments in TabHost?

心已入冬 提交于 2019-12-03 08:28:09
Rainbowbreeze

Some hits here:

  1. fragment Support with Tabhost
  2. Android 1.6 & Fragment & Tabhost

For what I understood, "link" a fragment inside a TabHost isn't allowed, you need to create activities that include your fragments and then call these activities from TabHost.

EDIT the "official solution" from Google, and with nice animations.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!