android - Screen orientation change with setRetainInstance(true) -


hey ask how handle screen orientation change in android new method setretaininstance(true) given works fragments not added backstack. have app not use fragments uses activity , uses asynctasks how go implementing new change in android in app solution not viable since need layout change landscape portrait android:configchanges="orientation"

you should check out guides , docs activitys , fragments saving instance state


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -