android - How to get all sub/inner/nested Fragments of a Fragment? -
it looks it's possible fragments of activity pretty easily. how can subfragments given fragment ?
this question related getparentfragment api 16
you can in same way -- utilize fragmentmanager
obtained using fragment
instance's getchildfragmentmanager()
instead of activity
fragmentmanager
. of course, assumes you're using recompiled version of back upwards library getfragments()
not hidden, or using reflection invoke method.
android android-fragments android-nested-fragment
No comments:
Post a Comment