Skip to content
shaihi edited this page May 12, 2013 · 3 revisions

Welcome to the android-swipelistview wiki!

How to use android-swipelistview without maven

  1. Add the Android Support Library to your project
  2. Download Nine Old Androids Library (http://nineoldandroids.com/). Extract it, and import the project located in 'library' folder to Eclipse.
  3. Download SwipeListView Source (https://github.com/47deg/android-swipelistview/archive/master.zip). Extract it and import the project to Eclipse
  4. Fix Errors In SwipeListView Project
    1. Rename package main.java.com.fortysevendeg.android.swipelistview to only "com.fortysevendeg.android.swipelistview"
    2. Add the Android support library to SwipeListView Project. (right click on the project and then: Android Tools->Add Support Library
    3. Right-click SwipeListView Project -> Properties, and add the Nine Old Androids project you imported in step 1 as library and mark the 'Is Library' checkbox
    4. Errors in SwipeListView Project are now gone.
  5. Right-click your project and add the SwipeListView Project as a library.
  6. If needed, add the Nine Old Androids library also to your project.

Clone this wiki locally