A simple and useful library to use cards listview layout in android applications.
SimpleCardsView is hosted in the following web site
https://github.com/arturgaleno/SimpleCardsView
If you think the Android project SimpleCardsView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SimpleCardsView.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
There are 4 image files in SimpleCardsView. The names of the image files are listed as follows.
ic_menu_expand_card_dark_normal.png ic_menu_expand_card_dark_pressed.png ic_menu_overflow_card_rounded_dark_normal.png ic_menu_overflow_card_rounded_dark_pressed.png
The following screenshort is generated from the image listed above.
SimpleCardsView has the following Java source files.
com.simplecardsview.adapter.CardAdapter.java com.simplecardsview.example.ApplicationTest.java com.simplecardsview.example.domain.EntityFactory.java com.simplecardsview.example.domain.MyEntity.java com.simplecardsview.example.view.BaseActivity.java com.simplecardsview.example.view.MyListFragment.java com.simplecardsview.example.view.viewholder.MyViewHolder.java com.simplecardsview.model.Entity.java com.simplecardsview.view.Card.java com.simplecardsview.view.CardBody.java com.simplecardsview.view.CardExpand.java com.simplecardsview.view.CardHeader.java com.simplecardsview.view.ViewHolder.java