Back to project page Swipeable-Cards.
The source code is released under:
Apache License
If you think the Android project Swipeable-Cards listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.andtinder.view; /*from www .j a v a2 s . c o m*/ import android.widget.BaseAdapter; import com.andtinder.model.CardModel; import java.util.ArrayList; import java.util.Collection; public abstract class BaseCardStackAdapter extends BaseAdapter { }