gwright / android-historian

A demo of the Android Material Design Support libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen Flow Demo

Android Ultimate Historian

This app is designed to demonstrate the various components of the Android Support libraries, in particular, showing how to implement Material design into your app, using these controls.

This is not a complete example (but will be growing), and is intended to provide a high-level overview of many of the main controls in the Support and Design libraries:

  • Collapsing Toolbar
  • FloatingActionButton
  • CoordinatorLayout
  • RecyclerView (with multiple LayoutManagers)
  • Snackbar
  • AppCompat Tinting
  • NavigationView
  • Snackbar
  • Floating TextInputView

Special Thanks

This project was originally forked from the Cheesesquare project. Special thanks to Chris Banes.

Pre-requisites

  • Android SDK v22.2.1
  • Android Build Tools v22.0.1
  • Android Support Repository r16 (for v22.2.1)

License

Copyright 2014 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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.

About

A demo of the Android Material Design Support libraries

License:Apache License 2.0


Languages

Language:Java 100.0%