U
U
UltimateOrb2015-07-17 14:10:18
Android
UltimateOrb, 2015-07-17 14:10:18

Why does android start downloading data via Loader after screen on-off?

In onCreate I call data loading via

getLoaderManager().initLoader(ID_LOADER, null, this);

Everything works fine, and most importantly, when the screen is rotated, there are no repeated calls to Loader. But as soon as the screen goes out, when it is turned on, the data is loaded again. How to turn it off? Are there standard tools?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question