License |
License |
---|---|
GroupId | GroupIdse.emilsjolander |
ArtifactId | ArtifactIdStickyScrollViewItems |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionStickyScrollViewItems Library
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
StickyScrollViewItems-1.1.0.pom | |
StickyScrollViewItems-1.1.0.aar | 7 KB |
StickyScrollViewItems-1.1.0-sources.jar | 3 KB |
StickyScrollViewItems-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/se.emilsjolander/StickyScrollViewItems/ -->
<dependency>
<groupId>se.emilsjolander</groupId>
<artifactId>StickyScrollViewItems</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/se.emilsjolander/StickyScrollViewItems/
implementation 'se.emilsjolander:StickyScrollViewItems:1.1.0'
// https://jarcasting.com/artifacts/se.emilsjolander/StickyScrollViewItems/
implementation ("se.emilsjolander:StickyScrollViewItems:1.1.0")
'se.emilsjolander:StickyScrollViewItems:aar:1.1.0'
<dependency org="se.emilsjolander" name="StickyScrollViewItems" rev="1.1.0">
<artifact name="StickyScrollViewItems" type="aar" />
</dependency>
@Grapes(
@Grab(group='se.emilsjolander', module='StickyScrollViewItems', version='1.1.0')
)
libraryDependencies += "se.emilsjolander" % "StickyScrollViewItems" % "1.1.0"
[se.emilsjolander/StickyScrollViewItems "1.1.0"]