Android: Why shouldn't I use activities inside tabs?
I've read at a few places that I should not be using Activities as contents of my tabs. I would like to know why this is not a recommended approach... Any suggestions?
I'd flip it around: why would you want to use activities as tabs? All you do is add overhead and complexity. Just use Views for the tabs.
If you have something that just has to be both a tab and a separate standalone activity, reuse the View.
链接地址: http://www.djcxy.com/p/43498.html上一篇: 嵌入F#交互式