| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcom.github.globocom |
| ArtifactId | ArtifactIdviewport-mobile |
| Version | Version1.3.1 |
| 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-mobile-1.3.1.pom | |
| viewport-mobile-1.3.1.aar | 22 KB |
| viewport-mobile-1.3.1-sources.jar | 851 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/ -->
<dependency>
<groupId>com.github.globocom</groupId>
<artifactId>viewport-mobile</artifactId>
<version>1.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/
implementation 'com.github.globocom:viewport-mobile:1.3.1'
// https://jarcasting.com/artifacts/com.github.globocom/viewport-mobile/
implementation ("com.github.globocom:viewport-mobile:1.3.1")
'com.github.globocom:viewport-mobile:aar:1.3.1'
<dependency org="com.github.globocom" name="viewport-mobile" rev="1.3.1">
<artifact name="viewport-mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.globocom', module='viewport-mobile', version='1.3.1')
)
libraryDependencies += "com.github.globocom" % "viewport-mobile" % "1.3.1"
[com.github.globocom/viewport-mobile "1.3.1"]
| 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 |
| com.github.globocom : viewport-commons | jar | 1.3.0 |