Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liuguangqiang/androiddesignsupportsample

A sample that use the Android Support Design Library.
https://github.com/liuguangqiang/androiddesignsupportsample

Last synced: 3 days ago
JSON representation

A sample that use the Android Support Design Library.

Awesome Lists containing this project

README

        

Android Design Support Sample
==================
A sample that use [Android Design Support Library](http://android-developers.blogspot.com/2015/05/android-design-support-library.html).

## New Widgets

* [NavigationView](http://developer.android.com/intl/zh-cn/reference/android/support/design/widget/NavigationView.html?utm_campaign=io15&utm_source=dac&utm_medium=blog)
* [TabLayout](http://developer.android.com/intl/zh-cn/reference/android/support/design/widget/TabLayout.html?utm_campaign=io15&utm_source=dac&utm_medium=blog)
* [CoordinatorLayout](http://developer.android.com/intl/zh-cn/reference/android/support/design/widget/CoordinatorLayout.html?utm_campaign=io15&utm_source=dac&utm_medium=blog)
* [AppBarLayout](https://developer.android.com/intl/zh-cn/reference/android/support/design/widget/AppBarLayout.html)
* [CollapsingToolbarLayout](http://developer.android.com/intl/zh-cn/reference/android/support/design/widget/CollapsingToolbarLayout.html?utm_campaign=io15&utm_source=dac&utm_medium=blog)
* [FloatingActionButton](http://developer.android.com/intl/zh-cn/reference/android/support/design/widget/FloatingActionButton.html?utm_campaign=io15&utm_source=dac&utm_medium=blog)
* [Snackbar](https://developer.android.com/intl/zh-cn/reference/android/support/design/widget/Snackbar.html)
* [NestedScrollView](https://developer.android.com/intl/zh-cn/reference/android/support/v4/widget/NestedScrollView.html)
* [TextInputLayout](https://developer.android.com/intl/zh-cn/reference/android/support/design/widget/TextInputLayout.html)

## Required Dependencies

* appcompat-v7:22.2.0
* recyclerview-v7:22.2.0

## [Sample Download](https://raw.githubusercontent.com/liuguangqiang/AndroidDesignSupportSample/master/app/app-release.apk)
![Image](art/download.png)

## Screenshots

![image](art/nav.gif)

![image](art/snackbar.gif)

![image](art/recyclerview.gif)

![image](art/scrollview.gif)

![image](art/textinputlayout.gif)

## License

Copyright 2015 Eric Liu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.