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
Post a Comment