I want to do something like in iPhone development: reposition controls manually without recreating the whole view.
what are pros and cons of this approach?
I want to do something like in iPhone development: reposition controls manually without recreating
Share
Hopefully this will be useful for somebody.
if you don’t want ro re-create your view on orientation change, the only thing you need is to change corresponding Activity in manifest file like this:
if you want to reposition controls manually, override onConfigurationChanged and reposition everything you need there