SwipeStack icon indicating copy to clipboard operation
SwipeStack copied to clipboard

A simple, customizable and easy to use swipeable view stack for Android.

Results 57 SwipeStack issues
Sort by recently updated
recently updated
newest added

Hello. I don't have a strong knowledge about view processing in android but maybe this helps someone because library seems unsupported. If someone want to create complex layout, in my...

**I want my cards to align like this** ![screen2](https://cloud.githubusercontent.com/assets/22291365/20180186/698c6388-a77f-11e6-9489-bf7e35a6f0f3.png) **But my cards are looking like this** ![screenshot_2016-11-10-19-47-03 1](https://cloud.githubusercontent.com/assets/22291365/20180220/940e29a2-a77f-11e6-8324-4da9b1247e8a.png) How I can arrange my cards as shown in first pic

Hi, Is there anyway I can load the previous card back on the screen?

I would like to implement Swipe Stack View in my layout I have done all the things perfect yet I cant the SwipeStackView is not visible in my layout... Should...

I don't know what is happening but mSwipeStack.setAdapter(mAdapter) is not calling any of my methods in the adapter class even though the mData.size() > 0 in my case and when...

Adapter fills out nicely when I run it for the first time but when I run it for the second time without reloading the activity the adapter doesn't show up...

@Frederik Schweiger you have made really nice swipe cards i'm currently using this in my one of the projects So using these cards i'm creating recycle view on every card...

JsonObjectRequest jsonObjectRequest = new JsonObjectRequest (Request.Method.GET, url, null, new Response.Listener() { @Override public void onResponse(JSONObject response) { try { JSONArray jsonArray = response.getJSONArray("articles"); Log.e("e1",""+jsonArray.toString()); List topHeadlinesArray = new ArrayList(); for(int...

Fixes #26 - Updated Gradle to work with Android Studio 3.0 - Clearing animation listener when swiped view settles left or right after the animation ends, it was getting an...