I've got an activity, which lags when opening first time. Because I want to avoid it, I'm trying to make situation like this:
- While whole app is opening, MyActivity (not main) is launching, but not showing;
- After clicking proper thing in NavDrawer, MyActivity will show.
It will be once, only on app start, because after one click, everything work normal. Regards! :)