StickyScrollViewItems 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.

License

License

GroupId

GroupId

se.emilsjolander
ArtifactId

ArtifactId

StickyScrollViewItems
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

StickyScrollViewItems 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

https://github.com/emilsjolander/StickyScrollViewItems
Source Code Management

Source Code Management

https://github.com/emilsjolander/StickyScrollViewItems

Download StickyScrollViewItems

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0