Questions tagged [cardslib]

cardslib is a Library that provides an easy way to display a UI Card in Android apps. Display single cards, list of cards and grid or staggered grid of Cards.

cardslib is a Library that provides an easy way to display a UI Card in Android apps. Display single cards, list of cards and grid or staggered grid of Cards.

Card Library provides 5 custom tags:

  • CardView to display a UI Card.
  • CardListView to display a List Card.
  • CardGridView to display a Grid Card.
  • StaggeredGridView to display a Staggered Grid Card.
  • CardListDragDropView to display a List Card with drag and drop support.

It requires API 14+

Links:

86 questions
0
votes
2 answers

Android CardsLib, how to add and set custom values in list item?

I'm working with this library: https://github.com/gabrielemariotti/cardslib I'm trying to add some text views into cardslib layout item. Custom text view in layout for single item:
redrom
  • 11,502
  • 31
  • 157
  • 264
0
votes
2 answers

CardsLib and Fragments

I have been at this for quite a few days now and I cannot for the life of me figure this out so that's why I came here! Right now I am trying to get CardsLib (GitHub Link Here) to work in a fragment. I am currently using a Navigation Drawer setup…
0
votes
1 answer

Cardslib Fragment not responding when interacted in Navigation Drawer

The fragment I'm having problems with is using a CardListView from the Cardslib library. I added the fragment dynamically to the container and everything is working as expected, except it isn't responding when it is interacted with. This means it…
0
votes
1 answer

How do I integrate the CardUI library?

I've found a UI library (https://github.com/gabrielemariotti/cardslib) - how do I implement this into my project? I'm completely clueless. Do I have to use Gradle? If so, could anyone please guide me? I'm using Eclipse as my IDE. How do I implement…
user3422952
  • 319
  • 2
  • 8
  • 17
0
votes
0 answers

Using cards-lib in android

I am trying to use https://github.com/gabrielemariotti/cardslib this library in android. I am using the doc to build the sample in eclipse. However when I try to run it I get this error: 06-09 09:22:07.322: E/AndroidRuntime(9811): FATAL EXCEPTION:…
user2578666
  • 1,123
  • 3
  • 12
  • 19
0
votes
1 answer

Remove a Card Using an Event

I am using cardslib by gabrielemariotti. I am using an expandable ListView Card. I have a custom layout inside it, and on of the views inside the ListView Card is an image view, name remove. I am planning to use the Remove imageview as a trigger to…
rahstame
  • 2,148
  • 4
  • 23
  • 53
0
votes
1 answer

Trouble using cardslib with existing Eclipse Android project

I'm trying to use this card library for the UI of the Android app I'm trying to build, but I'm running into some problems. The author has this guide for using the library with an existing Eclipse project which I've followed throughly, but I'm…
user2893128
  • 183
  • 1
  • 1
  • 15
-1
votes
1 answer

Expandable CardView using Cardslib

I need to create cards that expand when a button on the card is pressed, to show additional features. I'm planning to use : https://github.com/gabrielemariotti/cardslib The guide is a bit confusing. Could someone please elaborate on how to go about.…
Arjun Issar
  • 672
  • 4
  • 13
  • 32
-1
votes
1 answer

Card List Filtering in Android

I created an app in android using cards lib library and adding a search bar in same activity when i search a specific card but card does not filtering by my search text.. i'm taking reference by https://github.com/gabrielemariotti/cardslib in main…
Sumitiscreative
  • 647
  • 3
  • 10
  • 24
-1
votes
1 answer

Cardslib how can i make an transparent card

I want to make something like this http://mobilesyrup.com/wp-content/uploads/2014/10/playnewsstandmaterialdesign.png, where i uses cardslib, but can i make a "fake" card that is transparent? I want it to work so you can swipe down to show the…
Mariogrip
  • 111
  • 1
  • 1
  • 4
-1
votes
1 answer

Android: Adding a Library which has a different Android Target API

So I found this library: CardsLib which is a very modern and cool interface to implement in android and I followed his instruction given here to add the library to my project. However my main project has a build target API of Android 5.0 (21) and…
Pjayness
  • 365
  • 1
  • 6
  • 22
1 2 3 4 5
6