forked from mbarrben/android-stickyheaderswipelistview
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
shaihi edited this page May 12, 2013
·
3 revisions
Welcome to the android-swipelistview wiki!
- Add the Android Support Library to your project
- Download Nine Old Androids Library (http://nineoldandroids.com/). Extract it, and import the project located in 'library' folder to Eclipse.
- Download SwipeListView Source (https://github.com/47deg/android-swipelistview/archive/master.zip). Extract it and import the project to Eclipse
- Fix Errors In SwipeListView Project
- Rename package main.java.com.fortysevendeg.android.swipelistview to only "com.fortysevendeg.android.swipelistview"
- Add the Android support library to SwipeListView Project. (right click on the project and then: Android Tools->Add Support Library
- 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
- Errors in SwipeListView Project are now gone.
- Right-click your project and add the SwipeListView Project as a library.
- If needed, add the Nine Old Androids library also to your project.