Android transitions and Ionic view lifecycle

Like many others (it seems), I’ve been having issues with view transitions on Android devices. I was wondering if anyone had experimented with the Ionic view lifecycle events to help clear up some of these stutters. Since our app is heavily driven by REST data, I had the thought that maybe waiting for the ‘enter’ event to run these REST calls, it would help with our transition performance.