简体   繁体   中英

API 15 Fragment or Support.v4.Fragment

Small question: I'm developping an app for Android API 15 and up. Should I use Fragment or Support.v4.Fragment? I already use Support.v7.AppCompatActivity to support my toolbar but for my fragments, what's the best one to use with my minimum API?

Thanks!

对于仅使用片段,您不需要支持库,因为在API 11中引入了片段。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM