SectionsPagerAdapter mSectionsPagerAdapter; says mSectionsPagerAdapter cannot be resolved to a variable.
It doesn't not give me any suggestions for inputs.
It is a referenced variable of inner class SectionsPagerAdapter, which extends the FragmentPAgerAdapter class, basically handling the swipe or click functions on a View pager(simply actions on Tabs or swiping on fragments).
possible errors could be -