is not current version
Last Version 1.4.0

com.github.globocom:viewport-commons 1.2.0

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

GroupId

GroupId

com.github.globocom
ArtifactId

ArtifactId

viewport-commons
Version

Version

1.2.0
Type

Type

aar

Download viewport-commons 1.2.0


<!-- https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/ -->
<dependency>
    <groupId>com.github.globocom</groupId>
    <artifactId>viewport-commons</artifactId>
    <version>1.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/
implementation 'com.github.globocom:viewport-commons:1.2.0'
// https://jarcasting.com/artifacts/com.github.globocom/viewport-commons/
implementation ("com.github.globocom:viewport-commons:1.2.0")
'com.github.globocom:viewport-commons:aar:1.2.0'
<dependency org="com.github.globocom" name="viewport-commons" rev="1.2.0">
  <artifact name="viewport-commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.globocom', module='viewport-commons', version='1.2.0')
)
libraryDependencies += "com.github.globocom" % "viewport-commons" % "1.2.0"
[com.github.globocom/viewport-commons "1.2.0"]