cardslib icon indicating copy to clipboard operation
cardslib copied to clipboard

Android Library to build a UI Card

Results 100 cardslib issues
Sort by recently updated
recently updated
newest added

The library uses stock AsyncTask. Since honeycomb stock AsyncTask is limited to 1 thread process-wide. My app uses numerous other AsyncTasks, which causes the thumbnail creation to hang until other...

In general, how do I use cardslib with a RecyclerView? I have a working program with the standard android CardView and I want to instead use the cardslib cards. I...

Hi @gabrielemariotti , I tried to use recyclerview with custom layout for displaying cards. I followed the cardslib resource files. However SetupInnerViewElements method never called. After few research, i came...

Hi @gabrielemariotti Thanks for the amazing library :) I tried to create cardsview using recyclerview (I'm also using custom layout) But i'm facing some issues (setupInnerViewElements method is never called)...

Does CardRecyclerView work for different Card Types? The only example NativeListDifferentInnerBaseFragment uses different Card types in a normal CardListView, not a CardRecyclerView.

I am not sure if it qualifies as issue, my example app crashes when I use `CardArrayAdapter`. Issue occurs when my Activity extends import android.support.v7.app.AppCompatActivity, in case of android.app.Activity it...

Hi all. i'm trying to install this library from gradle but i get this error: Error:In ForegroundLinearLayout, unable to find attribute android:foregroundInsidePadding Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.internal.LoggedErrorException: Failed...

I am wondering why `CardWithList.LinearListAdapter mListAdapter` is allowing only for **VERTICAL** orientation, as seen in `setAdapter()` this line: `setOrientation(VERTICAL);` How can I setup a HORIZONTAL `LinearListView` ?

I have activated card.setSwipeable(true) and mCardArrayAdapter.setEnableUndo(true) and set the following listeners on my card (see below). 2 listeners work as expected but not the setOnUndoSwipeListListener. I press the Undo button...

Hi, I saw that CardListView can implement multiple view type, but CardRecyclerView, Is there any way to implement multiple view type in CardRecyclerView.