Reputation: 317
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 this library? I've tried to add it as a library through importing a file system and adding the external libraries through the build path.
Upvotes: 0
Views: 175
Reputation: 1007265
The author of the library has published instructions for how to attempt to use the library from Eclipse.
Upvotes: 1