Package-level declarations

Types

Link copied to clipboard
class CardActivity : AppCompatActivity

Activity to display cards.

Link copied to clipboard
class CardFragment : Fragment

Fragment to display cards. Use the helper methods CardFragment.newInstance to create new instance instead of using the default constructor.

Link copied to clipboard
class CategoryFragment : Fragment

Fragment for displaying card of a given category.

Link copied to clipboard

Helper class to The UI Module of Cards

Properties

Link copied to clipboard
const val ITEM_TYPE_BASIC_CARD: Int = 1001

Identifier Basic template item in the RecyclerView.

Link copied to clipboard

Identifier for Illustration template item in the RecyclerView.