Hello,
After all the suggestions on my previous posts about long slow warm start and hot start times, I moved out everything from activity resume with a timer, seperated the layout files into smaller ones and use them only when needed but times are not decreasing.
Common thing my apps use is android large heap in the manifest to avoid oom errors. On the internet I read that it makes the garbage collection longer etc.. Can largeheap cause slow start times ?
Thanks
After all the suggestions on my previous posts about long slow warm start and hot start times, I moved out everything from activity resume with a timer, seperated the layout files into smaller ones and use them only when needed but times are not decreasing.
Common thing my apps use is android large heap in the manifest to avoid oom errors. On the internet I read that it makes the garbage collection longer etc.. Can largeheap cause slow start times ?
Thanks