is not current version
Last Version 1.1.0

se.emilsjolander:StickyScrollViewItems 1.0.0

A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place.

GroupId

GroupId

se.emilsjolander
ArtifactId

ArtifactId

StickyScrollViewItems
Version

Version

1.0.0
Type

Type

aar

Download StickyScrollViewItems 1.0.0


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