RossDeckView

Additional

Language
Java
Version
N/A
Created
May 2, 2017
Updated
Feb 16, 2018 (Retired)
Owner
Diogo Bernardino (diogobernardino)
Contributors
Diogo Bernardino (diogobernardino)
Fouad Kada (fouadkada)
2
Activity
Badge
Generate
Download
Source code

rossdeckview

Lite swipeable deck view similar to the one initially implemented by Tinder.

Tested in Android 4.1 and above.

Gradle

   compile 'com.diogobernardino:rossdeckview:1.2'

Drop me a line at @dfbernardino if you found it useful, I will be happy to know about it.

Motivation

None of the available libraries seemed stable enough as well as able to swipe in all directions. Contrary to similar projects, I made the effort to fully decouple the view moving capabilities from the deck view itself. In case one wants to make a view swipeable without necessarily having a deck/stack behind, that can be done using the FlingChief class.

License

Copyright 2017 Diogo Bernardino

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.