MultiLevelExpandableIndentableListView
A multi-level collapsible/expandable indentable list view for Android
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- FullTestSuite.java
- TestMultiLevelExpIndListAdapter.java
- MultiLevelExpIndListAdapter.java
- Utils.java
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- ApplicationTest.java
- MyComment.java
- MyContent.java
- MainActivity.java
- MyAdapter.java
- touch_selector.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- activity_main.xml
- fragment_main.xml
- recyclerview_content.xml
- recyclerview_item.xml
- menu_main.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/defacto133/MultiLevelExpandableIndentableListView
Downloads the entire project code from GitHub to your computer.
cd MultiLevelExpandableIndentableListView
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.
`$ ./gradlew build`
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
