All Projects → eugenebrusov → Android Cards

eugenebrusov / Android Cards

Licence: mit
CardView with Material Design using ConstraintLayout

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Android Cards

Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+8354.41%)
Mutual labels:  material-design, android-development, material-components
Cardview
Material Design Cards ? How cool is that !
Stars: ✭ 101 (-25.74%)
Mutual labels:  material-design, android-development, cardview
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (+0.74%)
Mutual labels:  material-design, android-development, material-components
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-22.79%)
Mutual labels:  material-design, android-development, material-components
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (+61.03%)
Mutual labels:  material-design, android-development, material-components
Android Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Stars: ✭ 4,916 (+3514.71%)
Mutual labels:  material-design, android-development, material-components
Android Mdc Theming
Sample code used for a series of Medium posts on Material Components for Android
Stars: ✭ 388 (+185.29%)
Mutual labels:  material-design, android-development, material-components
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (+475.74%)
Mutual labels:  material-design, android-development, material-components
Material Intro
A simple material design app intro with cool animations and a fluent API.
Stars: ✭ 1,718 (+1163.24%)
Mutual labels:  material-design, material-components
Tc Material Design
Série de artigos sobre o Material Design Android
Stars: ✭ 64 (-52.94%)
Mutual labels:  material-design, cardview
Material Components Web Elm
Material Components for Elm
Stars: ✭ 73 (-46.32%)
Mutual labels:  material-design, material-components
Android Dev
⚡️ Curated list of resources for Android app development. Prepare for battle!
Stars: ✭ 44 (-67.65%)
Mutual labels:  material-design, android-development
Material Design Lite
Material Design Components in HTML/CSS/JS
Stars: ✭ 31,931 (+23378.68%)
Mutual labels:  material-design, material-components
Materialchipview
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,181 (+768.38%)
Mutual labels:  material-design, android-development
Vuetify
🐉 Material Component Framework for Vue
Stars: ✭ 33,085 (+24227.21%)
Mutual labels:  material-design, material-components
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-28.68%)
Mutual labels:  material-design, android-development
Material Components
Documentation and policies for Material Components (all platforms)
Stars: ✭ 872 (+541.18%)
Mutual labels:  material-design, material-components
Cyanea
A theme engine for Android
Stars: ✭ 1,319 (+869.85%)
Mutual labels:  material-design, material-components
Blazormaterial
Blazor components implementing Google's Material components for web - https://material.io/components/web
Stars: ✭ 136 (+0%)
Mutual labels:  material-design, material-components
Android Material Avatar
Example of material transition (AKA Hero views) to pick your profile avatar.
Stars: ✭ 102 (-25%)
Mutual labels:  material-design, android-development

CardView with Material Design using ConstraintLayout

This sample contains the layout implementation for all the possible CardView combinations listed in Material design guidelines - Content block combinations.

Introduction

Material design guidelines mention that cards can be constructed using blocks of content which include:

  • An optional header
  • A primary title
  • Rich media
  • Supporting text
  • Actions

These blocks can be organized to promote different types of content.

This sample implements layouts for all the possible CardView combinations listed in Material design guidelines - Content block combinations. All the layouts implemented with using ConstraintLayout.

Pre-requisites

  • Android Studio 3.+
  • Gradle 3.+

Screenshots

A screenshot illustratrating the UI of the app

Getting started

Check out branch master and then open the android-cards/ directory in Android Studio.

Support

If you've found an error in this sample, please file an issue: https://github.com/eugenebrusov/android-cards/issues

License

Copyright (c) 2017 Eugene Brusov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].