MCPcopy Index your code
hub / github.com/chiuki/android-swipe-image-viewer

github.com/chiuki/android-swipe-image-viewer @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
7 symbols 13 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Android Swipe Image Viewer

This image viewer shows one image at a time. Swiping moves the image back and forth.

The initial implementation uses ImageSwitcher with GestureDetector: ImageSwitcher tag

Here is my blog post explaining how it was made.

It has been updated to use ViewPager, which slides the images as you swipe, giving better visual feedback.

Core symbols most depended-on inside this repo

onCreate
called by 0
src/com/sqisland/android/swipe_image_viewer/MainActivity.java
getCount
called by 0
src/com/sqisland/android/swipe_image_viewer/MainActivity.java
isViewFromObject
called by 0
src/com/sqisland/android/swipe_image_viewer/MainActivity.java
instantiateItem
called by 0
src/com/sqisland/android/swipe_image_viewer/MainActivity.java
destroyItem
called by 0
src/com/sqisland/android/swipe_image_viewer/MainActivity.java

Shape

Method 5
Class 2

Languages

Java100%

Modules by API surface

src/com/sqisland/android/swipe_image_viewer/MainActivity.java7 symbols

For agents

$ claude mcp add android-swipe-image-viewer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page