A swipelistview example that also maintains the list of items checked , even on scroll..
SwipeListView-Maintain-Checkbox is hosted in the following web site
https://github.com/hearbeathorror/SwipeListView-Maintain-Checkbox
If you think the Android project SwipeListView-Maintain-Checkbox listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SwipeListView-Maintain-Checkbox.
Item | Value |
---|---|
Java File Count | 36 |
Minimum SDK Version | 1 |
Activity Count | 1 |
jar files used | android-support-v4.jar android-support-v4.jar |
SwipeListView-Maintain-Checkbox has the following Java source files.
com.example.swipelistviewandroid.MainActivity.java com.example.swipelistviewandroid.adapters.ItemAdapter.java com.example.swipelistviewandroid.models.ItemData.java com.example.swipelistviewandroid.staticdata.StaticDataManager.java com.fortysevendeg.swipelistview.BaseSwipeListViewListener.java com.fortysevendeg.swipelistview.SwipeListView.java com.fortysevendeg.swipelistview.SwipeListViewListener.java com.fortysevendeg.swipelistview.SwipeListViewTouchListener.java com.nineoldandroids.animation.Animator.java com.nineoldandroids.animation.AnimatorInflater.java com.nineoldandroids.animation.AnimatorListenerAdapter.java com.nineoldandroids.animation.AnimatorSet.java com.nineoldandroids.animation.ArgbEvaluator.java com.nineoldandroids.animation.FloatEvaluator.java com.nineoldandroids.animation.IntEvaluator.java com.nineoldandroids.animation.Keyframe.java com.nineoldandroids.animation.ObjectAnimator.java com.nineoldandroids.animation.PropertyValuesHolder.java com.nineoldandroids.animation.TimeAnimator.java com.nineoldandroids.animation.TypeEvaluator.java com.nineoldandroids.animation.ValueAnimator.java com.nineoldandroids.util.FloatProperty.java com.nineoldandroids.util.IntProperty.java com.nineoldandroids.util.NoSuchPropertyException.java com.nineoldandroids.util.Property.java com.nineoldandroids.view.ViewHelper.java com.nineoldandroids.view.ViewPropertyAnimator.java com.nineoldandroids.view.animation.AnimatorProxy.java