# FoldableLayout **Repository Path**: studvc/FoldableLayout ## Basic Information - **Project Name**: FoldableLayout - **Description**: Android widgets to implement folding animation - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 #### Get it on Google Play #### 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 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. [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