Code Monkey home page Code Monkey logo

Comments (8)

hellovierco avatar hellovierco commented on September 21, 2024

Hi,
I have exactly the same error
appreciate any help.

Thank you! :)

from androidstaggeredgrid.

ChristopheVersieux avatar ChristopheVersieux commented on September 21, 2024

Exactly the same problem here... I will make some more tests, but I cannot reproduce on my own device, only reports from Play Store.

from androidstaggeredgrid.

denizmveli avatar denizmveli commented on September 21, 2024

Looking

from androidstaggeredgrid.

gonjay avatar gonjay commented on September 21, 2024

I meet same problem..

W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.fillGap incorrectly overrides package-private method with same name in Landroid/widget/AbsListView;
W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.getFooterViewsCount incorrectly overrides package-private method with same name in Landroid/widget/AbsListView;
W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.getHeaderViewsCount incorrectly overrides package-private method with same name in Landroid/widget/AbsListView;
W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.invokeOnItemScrollListener incorrectly overrides package-private method with same name in Landroid/widget/AbsListView;
W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.rememberSyncState incorrectly overrides package-private method with same name in Landroid/widget/AdapterView;
W/dalvikvm﹕ method Lcom/etsy/android/grid/ExtendableListView;.reportScrollStateChange incorrectly overrides package-private method with same name in Landroid/widget/AbsListView;
03-02 20:11:26.757  32765-32765/org.rubychina.app E/AndroidRuntime﹕ FATAL EXCEPTION: main
    Process: org.rubychina.app, PID: 32765
    java.lang.NullPointerException
            at com.etsy.android.grid.ExtendableListView.getLastVisiblePosition(ExtendableListView.java:1828)
            at android.widget.AdapterView.onInitializeAccessibilityEvent(AdapterView.java:957)
            at android.widget.AbsListView.onInitializeAccessibilityEvent(AbsListView.java:1443)
            at android.view.View.sendAccessibilityEventUncheckedInternal(View.java:4946)
            at android.view.View.sendAccessibilityEventUnchecked(View.java:4933)
            at android.view.View$SendViewStateChangedAccessibilityEvent.run(View.java:19472)
            at android.os.Handler.handleCallback(Handler.java:733)
            at android.os.Handler.dispatchMessage(Handler.java:95)
            at android.os.Looper.loop(Looper.java:136)
            at android.app.ActivityThread.main(ActivityThread.java:5017)
            at java.lang.reflect.Method.invokeNative(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:515)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
            at dalvik.system.NativeStart.main(Native Method)

from androidstaggeredgrid.

gonjay avatar gonjay commented on September 21, 2024

I know what's cause this problem just now.

You need to setAdapter before return the Fragment'view.

from androidstaggeredgrid.

zeitos avatar zeitos commented on September 21, 2024

I've got exactly the same error in production with Moto X running android 4.4 and I can't reproduce it,
Gonjay can you elaborate a little bit more?

from androidstaggeredgrid.

denizmveli avatar denizmveli commented on September 21, 2024

I wasn't able to reproduce with a fragment example added to the sample app. Could you please share the creation code of your fragment.

I did however add a check against the null adapter in the getLastVisiblePosition() so this should now be fixed.

from androidstaggeredgrid.

gonjay avatar gonjay commented on September 21, 2024

@zeitos Hoping this will help you

https://github.com/gonjay/rubychina4android/blob/master/app/src/main/java/org/rubychina/app/ui/fragment/NodeFragment.java

from androidstaggeredgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.