There is an activity. Depending on the orientation of the screen, different layouts are loaded for this activation. In onConfigurationChange () I say which layout to load. The layout loads fine, but the data is lost (the data is downloaded from the Internet to TextView). I override the TextView in onConfigurationChange (). What to do next? How to make TextView display data loaded in onCreate ()?
- [here] [1] [1]: startandroid.ru/uroki/vse-uroki-spiskom/… - gadfil
|