https://github.com/mutualmobile/cardstackui
An iOS Healthbook-like highly customisable stack of cards implementation for Android
https://github.com/mutualmobile/cardstackui
Last synced: about 1 year ago
JSON representation
An iOS Healthbook-like highly customisable stack of cards implementation for Android
- Host: GitHub
- URL: https://github.com/mutualmobile/cardstackui
- Owner: mutualmobile
- License: apache-2.0
- Created: 2016-01-19T06:38:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T16:17:50.000Z (over 6 years ago)
- Last Synced: 2025-03-29T15:09:11.200Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 29.2 MB
- Stars: 467
- Watchers: 24
- Forks: 75
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CardStack
An iOS Passbook-like highly customisable stack of cards implementation for Android.
[](https://travis-ci.org/mutualmobile/CardStackUI) [](https://bintray.com/mutualmobile/Android/card-stack-ui)
[](https://android-arsenal.com/details/1/3096)
Init Animation
Card Click
Complete Demo - https://www.youtube.com/watch?v=8VjEa_u3LkM
Sample app APK - https://github.com/mutualmobile/CardStackUI/releases
### Gradle
```
dependencies {
...
compile 'com.mutualmobile.android:cardstack:0.6.0'
}
```
Usage
-----
```xml
```
Known Issues
-------
```parallax_enabled``` and ```parallax_scale``` are not working currently. Also the drag to move cards also is not working.
License
-------
Copyright 2015 - 2019 Mutual Mobile
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.