There is an Activation and on it in the middle (it takes up most of the activation) free space where I can invest, something to display my data. I don’t want to install the fragment. What is from ready-made and simple solutions to display a list of data. If I want to use ListView, do I have to do this in the snippet?
The logic is as follows: Activation opens, right after the default values are set, data from the network is loaded into AsyncTask and the end of the load should be displayed. If I use a fragment, there will be no such problem: the data has been loaded, but I cannot update the fragment from AsyncTask.