RecyclerViewUndoSwipe
Swipe and drag support for RecyclerView with undo action.
File Explorer
Download Latest Version (.zip)- cache.properties
- cache.properties.lock
- fileHashes.bin
- fileSnapshots.bin
- outputFileStates.bin
- taskArtifacts.bin
- localClassSetAnalysis.bin
- localClassSetAnalysis.lock
- localJarClasspathSnapshot.bin
- localJarClasspathSnapshot.lock
- localClassSetAnalysis.bin
- localClassSetAnalysis.lock
- localJarClasspathSnapshot.bin
- localJarClasspathSnapshot.lock
- localClassSetAnalysis.bin
- localClassSetAnalysis.lock
- localJarClasspathSnapshot.bin
- localJarClasspathSnapshot.lock
- profiles_settings.xml
- android_android_24.xml
- animated_vector_drawable_24_0_0.xml
- appcompat_v7_24_0_0.xml
- design_24_0_0.xml
- hamcrest_core_1_3.xml
- junit_4_12.xml
- recyclerview_v7_24_0_0.xml
- support_annotations_24_0_0.xml
- support_v4_24_0_0.xml
- support_vector_drawable_24_0_0.xml
- .name
- compiler.xml
- encodings.xml
- gradle.xml
- misc.xml
- modules.xml
- runConfigurations.xml
- vcs.xml
- ApplicationTest.java
- Roboto-Black.ttf
- Roboto-Bold.ttf
- Roboto-Medium.ttf
- ItemTouchHelperAdapter.java
- ItemTouchHelperViewHolder.java
- SimpleItemTouchHelperCallback.java
- Utils.java
- AboutActivity.java
- Item.java
- ItemAdapter.java
- MainActivity.java
- Typefaces.java
- circle.xml
- gradient.xml
- ic_add_white_24dp.png
- ic_dehaze_white_24dp.png
- ic_delete_white_24dp.png
- ic_add_white_24dp.png
- ic_dehaze_white_24dp.png
- ic_delete_white_24dp.png
- ic_add_white_24dp.png
- ic_dehaze_white_24dp.png
- ic_delete_white_24dp.png
- ic_add_white_24dp.png
- ic_dehaze_white_24dp.png
- ic_delete_white_24dp.png
- ic_add_white_24dp.png
- ic_dehaze_white_24dp.png
- ic_delete_white_24dp.png
- activity_about.xml
- activity_main.xml
- content_main.xml
- grocery_adapter.xml
- menu_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- attrs.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- app.iml
- build.gradle
- proguard-rules.pro
- mockable-android-24.jar
- cache.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- local.properties
- README.md
- RecylerViewUndoSwipe.iml
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/HoneyNeutrons/RecyclerViewUndoSwipe
Downloads the entire project code from GitHub to your computer.
cd RecyclerViewUndoSwipe
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
