I am a newbie in android app. May I make fragment orientation change (dynamic UI) no use tag in xml file(layout)?
I found a lot of example where use tag in xml file(layout)
Thanks a lot.
I am a newbie in android app. May I make fragment orientation change (dynamic UI) no use tag in xml file(layout)?
I found a lot of example where use tag in xml file(layout)
Thanks a lot.
use http://developer.android.com/reference/android/app/Fragment.html#onConfigurationChanged(android.content.res.Configuration) here handle new Configuration, and if it is changed do you logic