jar

com.github.amigold.fundapter : library

Maven & Gradle

Feb 21, 2014
286 stars

FunDapter library · Simplify Adapter creation for your Android ListViews.

Table Of Contents

Latest Version

Download com.github.amigold.fundapter : library JAR file - Latest Versions:

All Versions

Download com.github.amigold.fundapter : library JAR file - All Versions:

Version Vulnerabilities Size Updated
1.01
1.0

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 library-1.01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ami.fundapter

├─ com.ami.fundapter.BindDictionary.class - [JAR]

├─ com.ami.fundapter.BuildConfig.class - [JAR]

├─ com.ami.fundapter.ExpandableFunDapter.class - [JAR]

├─ com.ami.fundapter.FunDapter.class - [JAR]

├─ com.ami.fundapter.FunDapterUtils.class - [JAR]

├─ com.ami.fundapter.GenericViewHolder.class - [JAR]

├─ com.ami.fundapter.R.class - [JAR]

com.ami.fundapter.interfaces

├─ com.ami.fundapter.interfaces.CheckedChangeListener.class - [JAR]

├─ com.ami.fundapter.interfaces.DynamicImageLoader.class - [JAR]

├─ com.ami.fundapter.interfaces.FunDapterFilter.class - [JAR]

├─ com.ami.fundapter.interfaces.ItemClickListener.class - [JAR]

├─ com.ami.fundapter.interfaces.StaticImageLoader.class - [JAR]

com.ami.fundapter.fields

├─ com.ami.fundapter.fields.BaseField.class - [JAR]

├─ com.ami.fundapter.fields.BaseStringField.class - [JAR]

├─ com.ami.fundapter.fields.CheckableField.class - [JAR]

├─ com.ami.fundapter.fields.ConditionalVisibilityField.class - [JAR]

├─ com.ami.fundapter.fields.DynamicImageField.class - [JAR]

├─ com.ami.fundapter.fields.ProgressBarField.class - [JAR]

├─ com.ami.fundapter.fields.StaticImageField.class - [JAR]

├─ com.ami.fundapter.fields.StringField.class - [JAR]

com.ami.fundapter.extractors

├─ com.ami.fundapter.extractors.BooleanExtractor.class - [JAR]

├─ com.ami.fundapter.extractors.ChildExtractor.class - [JAR]

├─ com.ami.fundapter.extractors.IntegerExtractor.class - [JAR]

├─ com.ami.fundapter.extractors.StringExtractor.class - [JAR]

Advertisement