Is it possible to save the markup with values to a file in Android so that after that it can be downloaded from this file later?
Suppose I have main.xml, there are 2 Button and 20 TextView . For each TextView I wrote the text programmatically (each text is about 20 words).
Is it possible to somehow save it all and run it in a new Activity ? Just the same effect occurs when you rotate the screen, these two methods no longer work. ((
onRetainNonConfigurationInstance() getLastNonConfigurationInstance()