Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexvasilkov/FoldableLayout
Android widgets to implement folding animation
https://github.com/alexvasilkov/FoldableLayout
android animation foldablelayout
Last synced: about 2 months ago
JSON representation
Android widgets to implement folding animation
- Host: GitHub
- URL: https://github.com/alexvasilkov/FoldableLayout
- Owner: alexvasilkov
- License: apache-2.0
- Created: 2014-04-22T09:46:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T09:17:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T04:41:57.430Z (2 months ago)
- Topics: android, animation, foldablelayout
- Language: Java
- Size: 2.03 MB
- Stars: 1,657
- Watchers: 92
- Forks: 355
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - FoldableLayout
- awesome-android-ui - https://github.com/alexvasilkov/FoldableLayout
- awesome-android-ui - https://github.com/alexvasilkov/FoldableLayout
README
FoldableLayout
==============[![Maven Central][mvn-img]][mvn-url]
[![Size][size-img]][size-url]Android widgets to implement folding animation.
[![Demo video](http://img.youtube.com/vi/-_QcWMh-O5g/0.jpg)](http://www.youtube.com/watch?v=-_QcWMh-O5g)
#### Sample app ####
#### Usage ####
Note: **minimum Android SDK version is 14**.
Add dependency to your build.gradle file:
```groovy
compile 'com.alexvasilkov:foldable-layout:1.2.1'
```
[Unfoldable details usage (wiki)](https://github.com/alexvasilkov/FoldableLayout/wiki/Unfoldable-details-usage)[Foldable list usage (wiki)](https://github.com/alexvasilkov/FoldableLayout/wiki/Foldable-list-usage)
[API reference (wiki)](https://github.com/alexvasilkov/FoldableLayout/wiki/API-reference)
See [sample app sources](https://github.com/alexvasilkov/FoldableLayout/tree/master/sample) for complete usage example.
#### Basic library concepts ####
Read [this blog post](http://cases.azoft.com/creating-paper-folding-animation-in-android/).
#### 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 athttp://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.[mvn-url]: https://maven-badges.herokuapp.com/maven-central/com.alexvasilkov/foldable-layout
[mvn-img]: https://img.shields.io/maven-central/v/com.alexvasilkov/foldable-layout.svg?style=flat-square[size-url]: http://www.methodscount.com/?lib=com.alexvasilkov%3Afoldable-layout%3A1.2.1
[size-img]: https://img.shields.io/badge/Methods%20and%20size-310%20%7C%2031%20KB-e91e63.svg?style=flat-square