CompositeAdapter

RecyclerView Adapter that delegates all UI logic to a Cell<T> created by the ViewModel

License

License

Categories

Categories

Net
GroupId

GroupId

io.github.netcosports.compositeadapter
ArtifactId

ArtifactId

composite-adapter
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

CompositeAdapter
RecyclerView Adapter that delegates all UI logic to a Cell<T> created by the ViewModel
Project URL

Project URL

https://github.com/netcosports/CompositeAdapter_Android
Project Organization

Project Organization

ORIGINS Digital
Source Code Management

Source Code Management

https://github.com/netcosports/CompositeAdapter_Android

Download composite-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.netcosports.compositeadapter/composite-adapter/ -->
<dependency>
    <groupId>io.github.netcosports.compositeadapter</groupId>
    <artifactId>composite-adapter</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.netcosports.compositeadapter/composite-adapter/
implementation 'io.github.netcosports.compositeadapter:composite-adapter:1.1.0'
// https://jarcasting.com/artifacts/io.github.netcosports.compositeadapter/composite-adapter/
implementation ("io.github.netcosports.compositeadapter:composite-adapter:1.1.0")
'io.github.netcosports.compositeadapter:composite-adapter:aar:1.1.0'
<dependency org="io.github.netcosports.compositeadapter" name="composite-adapter" rev="1.1.0">
  <artifact name="composite-adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.netcosports.compositeadapter', module='composite-adapter', version='1.1.0')
)
libraryDependencies += "io.github.netcosports.compositeadapter" % "composite-adapter" % "1.1.0"
[io.github.netcosports.compositeadapter/composite-adapter "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.2
1.0.1
1.0.0