FoldableLayout Library

Android widgets to implement folding animation

License

License

GroupId

GroupId

com.alexvasilkov
ArtifactId

ArtifactId

foldable-layout
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

aar
Description

Description

FoldableLayout Library
Android widgets to implement folding animation
Project URL

Project URL

https://github.com/alexvasilkov/FoldableLayout
Source Code Management

Source Code Management

https://github.com/alexvasilkov/FoldableLayout

Download foldable-layout

How to add to project

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

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.

FoldableLayout

Maven Central Size

Android widgets to implement folding animation.

Demo video

Sample app

Get it on Google Play

Usage

Note: minimum Android SDK version is 14.

Add dependency to your build.gradle file:

compile 'com.alexvasilkov:foldable-layout:1.2.1'

Unfoldable details usage (wiki)

Foldable list usage (wiki)

API reference (wiki)

See sample app sources for complete usage example.

Basic library concepts

Read this blog post.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
0.1