Say, I got 10k data that needs storing in the database ( I'm estimating this will take bout a minute at most ) but this data is not needed for the UI.
What's the best way to store this? Using asyncTask? Service? Or threads?
And if I were to use asyncTask / threads will they still stay "active" for a minute even if the activity is closed?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…