Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/liuguangqiang/androiddesignsupportsample
- Owner: liuguangqiang
- Created: 2015-06-02T07:36:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T15:08:01.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:48:38.716Z (7 months ago)
- Language: Java
- Size: 5.55 MB
- Stars: 145
- Watchers: 14
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 athttp://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.