Android Studio – How to reduce the lag of jumping between pages(fragment/activity)
I have a FragmentA(with Recyclerview) and a FragmentB(item). When I click in A to jump to B, the page lags a bit, maybe I updated the content in the main thread? But I don't seem to be doing that. In…