After the App has not been used for a while (few hours?), the next startup takes noticable more time. After reopening it, its immediatly quicker.
Guess: Sync between App-DB and Android-MediaStore. MediaStore propable not cached.
Workaround: Run the Sync as a non-Blocking Task in an dedicated Thread
After the App has not been used for a while (few hours?), the next startup takes noticable more time. After reopening it, its immediatly quicker.
Guess: Sync between App-DB and Android-MediaStore. MediaStore propable not cached.
Workaround: Run the Sync as a non-Blocking Task in an dedicated Thread