jar

com.marvinlabs : android-slideshow-widget

Maven & Gradle

Jun 03, 2014
2 usages
210 stars

Android SlideShow Widget · A set of widgets to create smooth slideshows with ease.

Table Of Contents

Latest Version

Download com.marvinlabs : android-slideshow-widget JAR file - Latest Versions:

All Versions

Download com.marvinlabs : android-slideshow-widget JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window android-slideshow-widget-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.marvinlabs.widget.slideshow

├─ com.marvinlabs.widget.slideshow.BuildConfig.class - [JAR]

├─ com.marvinlabs.widget.slideshow.PlayList.class - [JAR]

├─ com.marvinlabs.widget.slideshow.R.class - [JAR]

├─ com.marvinlabs.widget.slideshow.SlideShowAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.SlideShowView.class - [JAR]

├─ com.marvinlabs.widget.slideshow.TransitionFactory.class - [JAR]

com.marvinlabs.widget.slideshow.transition

├─ com.marvinlabs.widget.slideshow.transition.BaseTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.FadeTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.FlipTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.NoTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.RandomTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.SlideAndZoomTransitionFactory.class - [JAR]

├─ com.marvinlabs.widget.slideshow.transition.ZoomTransitionFactory.class - [JAR]

com.marvinlabs.widget.slideshow.playlist

├─ com.marvinlabs.widget.slideshow.playlist.RandomPlayList.class - [JAR]

├─ com.marvinlabs.widget.slideshow.playlist.SequentialPlayList.class - [JAR]

com.marvinlabs.widget.slideshow.adapter

├─ com.marvinlabs.widget.slideshow.adapter.BitmapAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.adapter.GenericBitmapAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.adapter.GenericRemoteBitmapAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.adapter.GenericResourceBitmapAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.adapter.RemoteBitmapAdapter.class - [JAR]

├─ com.marvinlabs.widget.slideshow.adapter.ResourceBitmapAdapter.class - [JAR]

Advertisement