Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepenz/LollipopShowcase
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
https://github.com/mikepenz/LollipopShowcase
Last synced: 6 days ago
JSON representation
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
- Host: GitHub
- URL: https://github.com/mikepenz/LollipopShowcase
- Owner: mikepenz
- License: apache-2.0
- Archived: true
- Created: 2014-10-22T19:57:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T17:14:06.000Z (almost 9 years ago)
- Last Synced: 2024-05-18T21:38:06.823Z (6 months ago)
- Language: Java
- Homepage: http://mikepenz.github.io/LollipopShowcase
- Size: 8.75 MB
- Stars: 1,762
- Watchers: 105
- Forks: 488
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Android-LollipopShowcase [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--LollipopShowcase-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/1057)
This is a simple showcase to show off Android's all new Material Design and some other cool new stuff which is (new) in Android Lollipop.
This includes features like:
- Toolbar
- RecyclerView
- CardView
- Snackbar
- Floating Action Button (FAB)
- CoordinatorLayout
- ActionBarDrawerToggle
- Animations (Including animations for the RecyclerView)
- RippleDrawables
- Android Compat Theme
- DrawerLayout
- SwipeRefreshLayout#Preview
##Demo
Try it out now. It's on Google Playhttps://play.google.com/store/apps/details?id=com.mikepenz.lollipopshowcase.sample
##Screenshots
![Image](https://raw.githubusercontent.com/mikepenz/Android-LollipopShowcase/master/DEV/screenshots/screenshot_1_small.jpg)
![Image](https://raw.githubusercontent.com/mikepenz/Android-LollipopShowcase/master/DEV/screenshots/screenshot_2_small.jpg)
![Image](https://raw.githubusercontent.com/mikepenz/Android-LollipopShowcase/master/DEV/screenshots/screenshot_3_small.jpg)##Video
You can find a short video demo here: http://youtu.be/ebdFd7-E7fM##Warning
Some stuff is just implemented to showcase its functionality and so they are not optimized for performance and they are not done with "best practice" in mind.#Developed By
* Mike Penz
* [mikepenz.com](http://mikepenz.com) -
* [paypal.me/mikepenz](http://paypal.me/mikepenz)#License
Copyright 2016 Mike Penz
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.