I get an error while clicking tab icons. the error is_android.view.InflateException: Binary XML file line #0: Error inflating class fragment_ . The error occurs when onCreateView method is called 2 times. I apply workaround using first creation check.
I get an error while clicking tab icons. the error is
_android.view.InflateException: Binary XML file line #0: Error inflating class fragment_
. The error occurs when onCreateView method is called 2 times. I apply workaround using first creation check.