Giter VIP home page Giter VIP logo

Comments (12)

anshul1235 avatar anshul1235 commented on May 18, 2024 1

It happened for me in kitkat too!

from android-observablescrollview.

ksoichiro avatar ksoichiro commented on May 18, 2024

@scan, @anshul1235, thank you for your feedback.
How did you build the app?
Does it also happen on the one that is published on the Google Play Store?
As @scan says, ObservableRecyclerView extends android.support.v7.widget.RecyclerView and it depends on that class.
If you build the sample app with Eclipse, you need to add android-support-v7-recyclerview.jar to your build paths.
(Please see docs/eclipse.md for details.)

from android-observablescrollview.

scan avatar scan commented on May 18, 2024

I used the method described in the Readme, using Idea and Gradle. And it does not happen on the version published in the Play Store, because the bug only happens when you return to an activity, triggering onRestoreSaveState. There is no such case involving RecyclerView in the example.

from android-observablescrollview.

ksoichiro avatar ksoichiro commented on May 18, 2024

@scan Thank you. I'll check later.

from android-observablescrollview.

ksoichiro avatar ksoichiro commented on May 18, 2024

There was a problem in ObservableRecyclerView and I made a fix for this.
Could you please check the latest version?

If you use Eclipse, copy the latest ObservableRecyclerView code into your project.
If you use gradle, use 1.3.2-SNAPSHOT like this:

repositories {
    mavenCentral()
    maven {
        url uri('https://oss.sonatype.org/content/repositories/snapshots/')
    }
}

dependencies {
    compile "com.github.ksoichiro:android-observablescrollview:1.3.2-SNAPSHOT"
}

from android-observablescrollview.

scan avatar scan commented on May 18, 2024

I kind of stopped using ObservableRecyclerView after the problems, but I went back in my commit list and checked with the new version of the lib, seems to run now.

from android-observablescrollview.

ksoichiro avatar ksoichiro commented on May 18, 2024

@scan Thank you for reporting and checking this!

from android-observablescrollview.

ppamorim avatar ppamorim commented on May 18, 2024

+1 Still happens this problem.

from android-observablescrollview.

oshurmamadov avatar oshurmamadov commented on May 18, 2024

++ Still happens

from android-observablescrollview.

lehno avatar lehno commented on May 18, 2024

+1 Still happens this problem.

from android-observablescrollview.

onexuan avatar onexuan commented on May 18, 2024

this issue is support lib bug, https://code.google.com/p/android/issues/detail?id=196430

from android-observablescrollview.

icodeyou avatar icodeyou commented on May 18, 2024

+1

from android-observablescrollview.

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.