Continuing on the same topic of saving the state of a fragment across screen flips, I’ve recently encountered a rather strange issue. I wanted a fragment representing a simple form, with a bunch of TextView as labels and EditText as fields. The real case scenario involved fetching some data over the network and based on [...]
Continue Reading