GifView
Library for playing gifs on Android
File Explorer
Download Latest Version (.zip)- ApplicationTest.java
- MainActivity.java
- GifFragment.java
- activity_loading_gifs.xml
- activity_main.xml
- activity_play_pause.xml
- content_loading_gifs.xml
- content_main.xml
- custom_toast.xml
- dialog_deleting.xml
- dialog_loading.xml
- fragment_layout.xml
- menu_main.xml
- gif1.gif
- ic_launcher.png
- Thumbs.db
- ic_launcher.png
- Thumbs.db
- ic_launcher.png
- Thumbs.db
- coffe.gif
- deleting.gif
- gif1.gif
- gif2.gif
- gif3.gif
- gif4.gif
- gif5.gif
- gif6.gif
- gif7.gif
- gif8.gif
- gif9.gif
- ic_launcher.png
- Thumbs.db
- wine.gif
- ic_launcher.png
- Thumbs.db
- deleting.gif
- attrs.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- ApplicationTest.java
- GifView.kt
- attrs.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- README.md
- settings.gradle
- Thumbs.db
# Installation Guide
1. Get the code
git clone https://github.com/Cutta/GifView
Downloads the entire project code from GitHub to your computer.
cd GifView
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)
