MCPcopy Index your code
hub / github.com/Cutta/GifView

github.com/Cutta/GifView @1.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.6 ↗ · + Follow
29 symbols 49 edges 7 files 9 documented · 31%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Android Arsenal

GifView

Library for playing gifs on Android

Simple android view to display gifs efficiently. You can start, pause and stop gifView. Example usages can be found in example project.

Inspired by sbakhtiarov/gif-movie-view

Screen

Usage

Add these lines on top-level build file

repositories {
    maven {
        url "https://jitpack.io"
    }
}

On app's build.gradle

implementation 'com.github.Cutta:GifView:1.5'

Usage

<com.cunoraz.gifview.library.GifView
            android:id="@+id/gif1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            custom:gif="@mipmap/gif1" />
          GifView gifView1 = (GifView) view.findViewById(R.id.gif1);
                 gifView1.setVisibility(View.VISIBLE);
                   gifView1.play();
                   gifView1.pause();
                   gifView1.setGifResource(R.mipmap.gif5);
                   gifView1.getGifResource();
                   gifView1.setMovieTime(time);
                   gifView1.getMovie();

Credits

License

Copyright 2015 Cüneyt Çarıkçi.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Core symbols most depended-on inside this repo

getTAG
called by 2
app/src/main/java/cuneyt/example/com/gifview/Fragments/GifFragment.java
play
called by 1
library/src/main/java/com/cunoraz/gifview/library/GifView.kt
pause
called by 1
library/src/main/java/com/cunoraz/gifview/library/GifView.kt
openFragment
called by 1
app/src/main/java/cuneyt/example/com/gifview/Activities/MainActivity.java
showToast
called by 1
app/src/main/java/cuneyt/example/com/gifview/Activities/MainActivity.java
openDialog
called by 1
app/src/main/java/cuneyt/example/com/gifview/Activities/MainActivity.java
newInstance
called by 1
app/src/main/java/cuneyt/example/com/gifview/Fragments/GifFragment.java
setTAG
called by 1
app/src/main/java/cuneyt/example/com/gifview/Fragments/GifFragment.java

Shape

Method 22
Class 7

Languages

Java55%
Kotlin45%

Modules by API surface

library/src/main/java/com/cunoraz/gifview/library/GifView.kt13 symbols
app/src/main/java/cuneyt/example/com/gifview/Fragments/GifFragment.java6 symbols
app/src/main/java/cuneyt/example/com/gifview/Activities/MainActivity.java6 symbols
library/src/test/java/com/cunoraz/gifview/library/ExampleUnitTest.java1 symbols
library/src/androidTest/java/com/cunoraz/gifview/library/ApplicationTest.java1 symbols
app/src/test/java/cuneyt/example/com/gifview/ExampleUnitTest.java1 symbols
app/src/androidTest/java/cuneyt/example/com/gifview/ApplicationTest.java1 symbols

For agents

$ claude mcp add GifView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact