| License |
License |
|---|---|
| GroupId | GroupIdcom.madgag |
| ArtifactId | ArtifactIdandroid-viewholder-listviews |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAndroid ViewHolder ListViews
Small library around using the 'ViewHolder' pattern with ListViews
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.madgag/android-viewholder-listviews/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>android-viewholder-listviews</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/android-viewholder-listviews/
implementation 'com.madgag:android-viewholder-listviews:0.7'
// https://jarcasting.com/artifacts/com.madgag/android-viewholder-listviews/
implementation ("com.madgag:android-viewholder-listviews:0.7")
'com.madgag:android-viewholder-listviews:jar:0.7'
<dependency org="com.madgag" name="android-viewholder-listviews" rev="0.7">
<artifact name="android-viewholder-listviews" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='android-viewholder-listviews', version='0.7')
)
libraryDependencies += "com.madgag" % "android-viewholder-listviews" % "0.7"
[com.madgag/android-viewholder-listviews "0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8 |