Coder Social home page Coder Social logo

android-elasticlistview's People

Contributors

eschao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

android-elasticlistview's Issues

onLoad not called

Hi i tried this code but onLoad is not called (onUpdate works)

` gridAdapter = new GridViewAdapter(this,R.layout.grid_item_layout, modelItems);
mListView = (ElasticListView)findViewById(R.id.listview);

    mListView.setHorizontalFadingEdgeEnabled(true);
    mListView.setAdapter(gridAdapter);

    // Enable/disable update function
    mListView.enableUpdateHeader(false);


    mListView.enableLoadFooter(true);
    mListView.getLoadFooter().setLoadAction(LoadFooter.LoadAction.RELEASE_TO_LOAD);

    mListView.setOnLoadListener(new OnLoadListener() {
        @Override
        public void onLoad() {
            Log.d("esx","on Load");

            // Notify load is done
            //mListView.notifyLoaded();
        }
    });`

Unable to get the destroy handler

Hi,

I used your library for playing the videos. When the video is in play state and the cell goes away from the screen, It still keeps playing and we don't get the handle back.

What happens is, cell gets destroyed and it re-creates, but since we are unable to get the handle for the destroyed cell, we are unable to stop the video and sound keeps playing.

Can you please look into it and let me know the solution? Thank you.

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.