Open KingWu opened 8 years ago
Same here. I am also getting the same error.
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setElevation(float)' on a null object reference at android.support.v4.view.ViewCompatLollipop.setElevation(ViewCompatLollipop.java:45) at android.support.v4.view.ViewCompat$LollipopViewCompatImpl.setElevation(ViewCompat.java:1599) at android.support.v4.view.ViewCompat.setElevation(ViewCompat.java:2808) at com.grp10.codepath.travelmemo.activities.TripActivity$5.run(TripActivity.java:275) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7224) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
I think this might be due to the fact that View is taking a while to draw. Can I know if the layout are resource heavy?
+1
Setting ViewPager offscreenPageLimit = pageCount solves the problem.
+1 @westito it is not real solution.
Did anyone find solution ?
First of all, i initialize an empty list. After call web service, update the list and call notifyDataSetChanged.
Then drag to the third Fragment, will get this issue.