My app minimum version is 10 and till now i am using the support library 
for fragments

Now i want to add the flip animation for few fragment transition So as per 
the android guide we need to use the animator for that and it has support 
from the api level 11 which is no issue for me.

but also need to use the getFragmentManager instead 
getSupportFragmentManager

So i removed the support library changed my minimum version 10 to 11 errors 
are coming

because in my app i have FragmentTabhost and getChildFragmentManager(). 
FragmentTabHost only available on support library and to set FragmentManager 
using 
the getChildFragmentManager it wont allow me to do that because it requires 
api level 17

any help appreciated. Let me know if you need more details

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/21c8c09e-69de-41f7-8081-39e8c7b25842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to