| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.github.globocom |
| ArtifactId | ArtifactIdviewport-commons |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionView Port
View Port Android is a library that aims to track items from a Recycler View, which remain visible in a given region on the screen (view port), for a minimum time of 250 milliseconds
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| viewport-commons-1.4.0.pom | |
| viewport-commons-1.4.0.aar | 27 KB |
| viewport-commons-1.4.0-sources.jar | 853 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/ -->
<dependency>
<groupId>com.github.globocom</groupId>
<artifactId>viewport-commons</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/
implementation 'com.github.globocom:viewport-commons:1.4.0'
// https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/
implementation ("com.github.globocom:viewport-commons:1.4.0")
'com.github.globocom:viewport-commons:aar:1.4.0'
<dependency org="com.github.globocom" name="viewport-commons" rev="1.4.0">
<artifact name="viewport-commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.globocom', module='viewport-commons', version='1.4.0')
)
libraryDependencies += "com.github.globocom" % "viewport-commons" % "1.4.0"
[com.github.globocom/viewport-commons "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.72 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.72 |
| androidx.appcompat » appcompat | jar | 1.1.0 |
| androidx.recyclerview » recyclerview | jar | 1.1.0 |