Git Product home page Git Product logo

enhancedlistview's Introduction

EnhancedListView [Deprecated]

An Android ListView with enhanced functionality (e.g. Swipe To Dismiss and Undo)

The documentation can be found in the wiki: https://github.com/timroes/EnhancedListView/wiki

Deprecation Notice

With the new Android L release a new View called RecyclerView will be introduced. This view will be part of the support library, so it is backward compatible till API level 7.

This View has many advantages over the old ListView (and other adapter based views). I highly recommend using the new RecyclerView from its official release on. This means, this library would need a complete rewrite to the new view. Since I don't have the time to do so, I deprecate this library with the coming Android L release, meaning there will be no further development from my side.

If you want to port this view to the new RecyclerView feel free to take as much from this library that you need (it is all licensed under Apache Software License). If you've written a replacement library on the new technology, feel free to drop me a notice. I will gladly add a link here to your library.

If you start a new project and stumble upon this library, please think twice of including it in your project, since it will very soon be old technology (and not developed any further).

Update Notice

v0.3.0

  • All resources (layouts, colors, etc.) got an elv_ prefix. So if you have changed some of these in your own app, you must make sure to also add the elv_ prefix to your resources (e.g. to change or internationalize the "Undo" string, you will need to have a string resource elv_undo instead of undo).

enhancedlistview's People

Contributors

cketti avatar marcolizza avatar ranhaveshush avatar saadfarooq avatar timroes avatar

Watchers

 avatar  avatar  avatar

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.