I am unable to figure out this issue android.view.InflateException
. Here I have 3 tabs which are created by using FragmentPagerAdapter
, first two tabs contains general listing and the third is of GoogleMap. It loads properly at first time, here if I navigate back to first tab and come back to second or third tab the application brakes by saying android.view.InflateException: Binary XML file line #8: Error inflating class fragment
I have added the code In Gist, please check the following link Application Code