{"id":3462,"url":"https://github.com/gabrielemariotti/cardslib","last_synced_at":"2025-05-14T03:11:50.307Z","repository":{"id":10730904,"uuid":"12984746","full_name":"gabrielemariotti/cardslib","owner":"gabrielemariotti","description":"Android Library to build a UI Card","archived":false,"fork":false,"pushed_at":"2021-11-18T19:50:33.000Z","size":30628,"stargazers_count":4649,"open_issues_count":183,"forks_count":1188,"subscribers_count":303,"default_branch":"master","last_synced_at":"2025-04-13T00:38:37.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabrielemariotti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-20T21:57:19.000Z","updated_at":"2025-04-08T14:04:56.000Z","dependencies_parsed_at":"2022-09-13T12:50:31.404Z","dependency_job_id":null,"html_url":"https://github.com/gabrielemariotti/cardslib","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2Fcardslib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2Fcardslib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2Fcardslib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2Fcardslib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielemariotti","download_url":"https://codeload.github.com/gabrielemariotti/cardslib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059520,"owners_count":22007771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:16:42.204Z","updated_at":"2025-05-14T03:11:45.293Z","avatar_url":"https://github.com/gabrielemariotti.png","language":"Java","funding_links":[],"categories":["Libraries","Java","Libs","库","Uncategorized"],"sub_categories":["GUI","\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget","[](https://github.com/JStumpp/awesome-android/blob/master/readme.md#gui)GUI","Uncategorized"],"readme":"# Card Library\nTravis master: [![Build Status](https://travis-ci.org/gabrielemariotti/cardslib.svg?branch=master)](https://travis-ci.org/gabrielemariotti/cardslib)\nTravis dev: [![Build Status](https://travis-ci.org/gabrielemariotti/cardslib.svg?branch=dev)](https://travis-ci.org/gabrielemariotti/cardslib)\n\n\n**Card Library** provides an easy way to display a UI Card using the **Official Google CardView** in your Android app.\n\nBefore using this library I recommend that you check out the new Google Material Guidelines.Don't over cardify your UI.\n\n![Screen](/demo/images/cardsv2_small.png)\n\n\n## Examples\n\n\n![Screen](/demo/images/demo_gplay.png)\n\n* **Sample** application: The demo is a showcase of the functionality of the library.\n\n\t [![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.cardslib.demo)\n\t \n* **Extras** application: The demo-extras contains some examples of integration with other libraries\n\t\n\t[![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.cardslib.demo.extras)\n\n  \n## Support\nJoin the [**Google+ Community**](https://plus.google.com/u/0/communities/111800040690738372803): \n\n[![Join the Google+ Community](/demo/images/g+64.png)](https://plus.google.com/u/0/communities/111800040690738372803)\n\t\na place to discuss the library, share screenshots, ask for tips, talk with the author....﻿\n\n**If you would like, you can support my work, donating through the demo app.**\n\n\n## Doc\n\nSee the **[Card Library Guide](/doc/GUIDE.md)** to know all card library features and all customizations.\nThe Guide provides an extensive doc, with all tips and full examples. **Don't miss it**.\n\n\n## Setup\n\nCard Library is pushed to Maven Central as an AAR, so you just need to add the following dependency to your `build.gradle`.\n\n    dependencies {\n        //Core\n        compile 'com.github.gabrielemariotti.cards:cardslib-core:2.1.0'\n        \n        //Optional for built-in cards\n        compile 'com.github.gabrielemariotti.cards:cardslib-cards:2.1.0'\n                \n        //Optional for RecyclerView\n        compile 'com.github.gabrielemariotti.cards:cardslib-recyclerview:2.1.0'\n          \n        //Optional for staggered grid view\n        compile 'com.github.gabrielemariotti.cards:cardslib-extra-staggeredgrid:2.1.0'\n         \n        //Optional for drag and drop\n        compile 'com.github.gabrielemariotti.cards:cardslib-extra-dragdrop:2.1.0'\n        \n        //Optional for twoway  (coming soon)\n        //compile 'com.github.gabrielemariotti.cards:cardslib-extra-twoway:2.1.0'\n        \n    }\n\nIf you would like to use the last **v1 stable version** you can use:\n    \n    dependencies {\n        //Core card library\n        compile 'com.github.gabrielemariotti.cards:library:1.9.1'\n\n        //Extra card library, it is required only if you want to use integrations with other libraries\n        compile 'com.github.gabrielemariotti.cards:library-extra:1.9.1'\n    }\n\n\n## ChangeLog\n\n* [Changelog:](CHANGELOG.md) A complete changelog\n\n\nAcknowledgements\n--------------------\n\n* Thanks to [Roman Nurik][1] for [Android-SwipeToDismiss][2] classes and [UndoBarController][3] classes.\n* Thanks to [Niek Haarman][4] for some ideas and code taken from his [ListViewAnimations][5].\n* Thanks to [Chris Banes][6] for [ForegroundLinearLayout][7] class (See this [post][8] for more info).\n* Thanks to [Taylor Ling][9] for drag and drop icon.\n* Thanks to [Frankie Sardo][10] for some ideas and code taken from his [LinearListView][11]\n* Thanks to Google for code and idea from [Google IO 14][12]\n\nCredits\n-------\n\nAuthor: Gabriele Mariotti (gabri.mariotti@gmail.com)\n\n\u003ca href=\"https://plus.google.com/u/0/114432517923423045208\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://github.com/gabrielemariotti/cardslib/raw/master/demo/images/g+64.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/GabMarioPower\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://github.com/gabrielemariotti/cardslib/raw/master/demo/images/twitter64.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"http://it.linkedin.com/in/gabrielemariotti\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://github.com/gabrielemariotti/cardslib/raw/master/demo/images/linkedin.png\" /\u003e\n\u003c/a\u003e\n\nLicense\n-------\n\n    Copyright 2013-2014 Gabriele Mariotti\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n---\n\n\nGoogle and the Google Maps logo are registered trademarks of Google Inc., used with permission.\n\n [1]: https://plus.google.com/u/0/+RomanNurik/about\n [2]: https://github.com/romannurik/Android-SwipeToDismiss\n [3]: https://code.google.com/p/romannurik-code/source/browse/#git%2Fmisc%2Fundobar\n [4]: https://plus.google.com/+NiekHaarman\n [5]: https://github.com/nhaarman/ListViewAnimations\n [6]: https://plus.google.com/+ChrisBanes\n [7]: https://gist.github.com/chrisbanes/9091754\n [8]: https://plus.google.com/+AndroidDevelopers/posts/aHPVDtr6mcp\n [9]: https://plus.google.com/+TaylorLing\n [10]: https://plus.google.com/+FrankieSardo\n [11]: https://github.com/frankiesardo/LinearListView\n [12]: https://github.com/google/iosched","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielemariotti%2Fcardslib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielemariotti%2Fcardslib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielemariotti%2Fcardslib/lists"}