Skip to content

Commit

Permalink
Updated README with non-goals section.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Nov 1, 2016
1 parent de1459a commit 9c9fd54
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plaid

<img src="screenshots/plaid_demo.gif" width="400" align="right" hspace="20">
<img src="screenshots/plaid_demo.gif" width="300" align="right" hspace="20">

*Design news and inspiration.*

Expand All @@ -23,6 +23,12 @@ to create tactile, bold, understandable UIs.
<img src="screenshots/dribbble_shot_framed.png" width="25%" />


##### Non-Goals
Plaid is a UI sample and seeks to demonstrate how to implement material design. To make this as clear as possible it explicitly does not attempt to:
* Provide opinionated **architecture/testing** advice; it utilizes vanilla Android components. For advice on this, I'd recommend [Blueprints](https://github.com/googlesamples/android-architecture).
* Support **pre-Lollipop** devices. Doing so is entirely possible, but complicates things. For advice on doing this, see [this fork](https://github.com/hzsweers/plaid/tree/z/moarbackport).


### License


Expand Down

0 comments on commit 9c9fd54

Please sign in to comment.