All Projects → timroes → Enhancedlistview

timroes / Enhancedlistview

Licence: other
[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Enhancedlistview

Weka
Now redundant weka mirror. Visit https://github.com/Waikato/weka-trunk for the real deal
Stars: ✭ 304 (-35.04%)
Mutual labels:  deprecated
Phalanger
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Stars: ✭ 369 (-21.15%)
Mutual labels:  deprecated
Code Gov Web
DEPRECATED 🛑- Federal Source Code policy implementation.
Stars: ✭ 423 (-9.62%)
Mutual labels:  deprecated
Dagre
⛔ [DEPRECATED] - Directed graph layout for JavaScript
Stars: ✭ 3,504 (+648.72%)
Mutual labels:  deprecated
Sphero.js
🚫 DEPRECATED: The Sphero JavaScript SDK to control Sphero robots.
Stars: ✭ 346 (-26.07%)
Mutual labels:  deprecated
Chromerestclient
ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Stars: ✭ 381 (-18.59%)
Mutual labels:  deprecated
Prehistoric Entware
Prehistoric Entware
Stars: ✭ 282 (-39.74%)
Mutual labels:  deprecated
Tinx
⛔️ Laravel Tinx is archived and no longer maintained.
Stars: ✭ 437 (-6.62%)
Mutual labels:  deprecated
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (-24.36%)
Mutual labels:  deprecated
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (-10.47%)
Mutual labels:  deprecated
Deprecated Mapbox Ios Sdk
REPLACED – use https://www.mapbox.com/ios-sdk instead
Stars: ✭ 325 (-30.56%)
Mutual labels:  deprecated
Wpaint
jQuery Paint Plugin
Stars: ✭ 332 (-29.06%)
Mutual labels:  deprecated
Govuk frontend toolkit
❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 403 (-13.89%)
Mutual labels:  deprecated
Starx
[DEPRECATED] Lightweight, scalable ,distributed game server framework for Golang
Stars: ✭ 308 (-34.19%)
Mutual labels:  deprecated
Vue Mdc Adapter
DEPRECATED
Stars: ✭ 425 (-9.19%)
Mutual labels:  deprecated
Simpleauthentication
⛔️ [DEPRECATED] A really simple way for developers to add "Social Authentication" to their ASP.NET web application
Stars: ✭ 299 (-36.11%)
Mutual labels:  deprecated
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (-20.94%)
Mutual labels:  deprecated
Refined Twitter Old
[DEPRECATED] Chrome extension that enforces the mobile web version of Twitter and improves its interface
Stars: ✭ 442 (-5.56%)
Mutual labels:  deprecated
Json Loader
json loader module for webpack - UNMAINTAINED
Stars: ✭ 431 (-7.91%)
Mutual labels:  deprecated
Piranha
[DEPRECATED] This is the legacy version of Piranha CMS for .NET 4.5, MVC 5.2 & WebPages 3.2.
Stars: ✭ 418 (-10.68%)
Mutual labels:  deprecated

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).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].