App crash immediatly at startup with ‘Fatal signal 6 (SIGABRT)’ error message
Cause: Service thread call context within same ONCreate (before ONcreate finish).
Solution: slow down service a bit.
App crash immediatly at startup with ‘Fatal signal 6 (SIGABRT)’ error message
Cause: Service thread call context within same ONCreate (before ONcreate finish).
Solution: slow down service a bit.
mViewPager = (ViewPager)findViewById(R.id.pager);
mViewPager.setOffscreenPageLimit(3);