Build a Material Design App with the Android Design Support Library
A Material design Android pincode library. Supports Fingerprint.
Android Material Design Theme UI and Tool Library. Support: 4.0.3~O
A demo of the Android Material Design Support libraries
Android Swipe Tabs using Design Support Library (Material Design)
[WARNING: NOT MAINTAINED] React Native wrapper for Android Design Support Library, providing Material Design to modern and also older Android devices.
A simple library to use a menu of FloatingActionButtons from Design Support Library that follow Material Design Guidelines
Como aplicar as técnicas de rolagem do Material Design usando a biblioteca de suporte Android Design Support Library
Features of the new Design Support Library in a sample application - http://www.codeproject.com/Tips/1021308/Android-Material-Design
This library provides support to generate Google Material Design colored lists.
Understanding CollapsingToolbarLayout using Android Material Design SUpport Library.
AppBar Skeleton Demo with Material Design libraries to support quick implementations of Toolbar Styles.
Simple Android App which implements several Material Design patterns using Google's Design Library and Support Library
Contoh project Android untuk implementasi koneksi HTTP pada aplikasi android, implementasi design pattern Observer dan penggunaan beberapa komponen dari Material Design Support Library
An Eclipse IDE supported library to bring fully animated Material Design components to pre-Lolipop Android. Ref.:http://rey5137.com/material/
Support library for Material Design on Android
A quick starting point, to build material design android apps using the Support Library for backward compatibility.
Material Design konusunun içerdiği yeni Android 5.1.1 sürümüyle gelen Android Design Support Library kullanarak çok basit bir şekilde, Android projeye farklı animasyonlar ve arayüzler oluşturmayı örnekleyen proje
Demonstrator for Android Design Support Library.
This is a Android studio project including some demos about Material Design Theme and Android Design Support Library
This project uses Design support library of android and implements material design
Implementing Android Design Support Library
Android app showcasing the use of the latest Design Support Library and Material Design Guidelines
Material Design Tab Layout with Recyclerview in Fragments - Android Support Library Example
This library provides a RadioGroup widget with setError functionality similar to Material Design input widget
Android Material Design Floating Action Button implementation by new android design support library.
[WIP] Attempt to use Android Design Support Library
An android sample of Material design using support design library.
Android Nanodegree | Project 1-2: Spotify Streamer M: An application that utilizes the Spotify API to allow users to search for and listen to preview clips of popular music artists' top 10 tracks. Makes full use of the Android Design Support Library to employ a Material Design-compliant appearance.
Developing Android Material Design using Design Support Library,
Google Codelab: Build a material design app with the android design support library
Learn how to use the Material Design Support Library's NavigationView to create a drawer
Learn how to use the Material Design Support Library's NavigationView to navigate between fragments.
Learn how to use a Toolbar as the ActionBar via the Material Design Support Library
Learn from http://inthecheesefactory.com/blog/android-design-support-library-codelab
Material Design App sandbox, based on the support library codelab: https://www.google.com/design/spec/material-design/introduction.html
Navigation View ve TabLayout arayüz elementlerinde Android 5.1.1 sürümündeki Android Design Support Library ile gelen değişiklikleri örnekleyen proje
Project demonstrating basic usage of the Android Design Support Library and providing a Material layout template for future projects.
A simple project for introducing material design new component from especially from android support design library
Material Design Example (Navigation Drawer) with Android Design Support Library
To be able to exploit the new Android Design Support Library by creating a demo tutorial project.
A simple material design week day picker just like Time and Date pickers of Android support library.
Material tabs using android design support library , palettes , pinned toolbar and collapsing imageview
Build a Material Design App with the Android Design Support Library
To be able to exploit the new Android Design Support Library by creating a demo tutorial project.
Bottom Sheet - create with Material Design support library in Android. See my tut at:
P5 for Android ND. Make your app material with Google Material Design Support Library
a Material Design App with the Android Design Support Library that display touristic places
Weather app which utilizes the Android Support Library for Material Design features.
Material design Android app which uses the latest good practices and support libraries. Only available for Android Lollipop and higher.
Ejemplo de desarrollo de una app aplicando los principios basicos de material design y Supports Librarys Android
Its been a while since Google introduced Material Design, but recently with Design Support Library v25 they released a new widget to make an Android Bottom Navigation Bar, as described in the official material design specs. This new navigation component is called the BottomNavigationView and as mentioned, its packaged under the design support library, having full backward support. Although if you browse the internet, you may find many examples, showing how to implement an Android bottom navigation bar. But this new Android BottomNavigationView widget makes it very easy for the developers to build and deploy apps with bottom navigation, as its an official component.
Sample code provided by www.tutorialwing.com. NavigationView is material design support library that is used to show a drawer on left or right side of the screen. This is a sample code to show both scenario. For More Info Visit -
This application displays a list of articles that implements material design and the android support library. Each article available able to display more information as well as share the article with others
Android Material Design Floating Labels for EditText.In design support library a new element called TextInputLayout was introduced to display the floating label on EditText.The EditText has to be wrapped by TextInputLayout in order to display the floating label.This is very useful.
Today we are going to learn new design widget in Android naming Bottom Navigation View which has been added to version 25 of the Design Support Library. The Bottom Navigation View has been in the material design guidelines for some time, but it hasn’t been easy for us to implement it into our apps. Some applications have built their own solutions, whilst others have relied on third-party open-source libraries to get the job done. Now the design support library is seeing the addition of this bottom navigation bar, let’s take a dive into how we can use it!
developed on the basis that most fans of the NFL predict what their team's record will be at the end of the season. I gave them a way to go through each opponent and decide whether they will win or lose that game. Every fan does it i have done it multiple times every season. Developed for android API 16-21 the UI format uses a drawer layout to display the 32 teams in a listview layout. The user selects the desired team and a fragment transition loads the specific team data from a file packaged with the APK. Each game is presented with a custom button interface that allows a single click to transition from Win / Loss. when the user selects a game condition the record will be displayed at the top of the fragment view. The user is given an option to share what he/she has decided to other users via other apps that take a receive data intent. The application uses the v7 support library(app compact) with newly android lollipop to enhance and give the feel of the material design provided from the new android API 21.