README.md 3.3 KB
Newer Older
F
added  
furiya-daichi 已提交
1
awesome-android-ui
D
Daichi Furiya (Wasabeef) 已提交
2
==================
D
Daichi Furiya (Wasabeef) 已提交
3 4 5 6 7
A collection of awesome UI/UX resources which includes concepts, implementations and theories.

###Index
* [Layout](#layout)
* [Buttons](#buttons)
F
added  
furiya-daichi 已提交
8
* [ListView RecyclerView](#listview-recyclerview)
D
Daichi Furiya (Wasabeef) 已提交
9
* [Labels](#labels)
F
furiya-daichi 已提交
10
* [SeekBar](#seekbar)
D
Daichi Furiya (Wasabeef) 已提交
11 12 13
* [Menu](#menu)
* [Forms](#forms)
* [Animations](#animations)
F
added  
furiya-daichi 已提交
14
* [Parallax](#parallax)
D
Daichi Furiya (Wasabeef) 已提交
15 16 17

Layout
======================
F
furiya-daichi 已提交
18
Name | License | Demo
D
Daichi Furiya (Wasabeef) 已提交
19
--- | --- | --- | ---
F
furiya-daichi 已提交
20
[WaveView](https://github.com/john990/WaveView) | Unknown | ![](art/waveview.gif)
D
Daichi Furiya (Wasabeef) 已提交
21

F
added  
furiya-daichi 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Button
======================
Name | License | Demo
--- | --- | --- | ---
[circular-progress-button](https://github.com/dmytrodanylyk/circular-progress-button) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/circular-progress-button.gif)
[android-process-button](https://github.com/dmytrodanylyk/android-process-button) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/android-process-button.gif) ![](art/android-process-button2.gif)
[android-circlebutton](https://github.com/markushi/android-circlebutton) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/android-circlebutton.gif)
[android-flat-button](https://github.com/hoang8f/android-flat-button) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/android-flat-button.gif)
[FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) | [MIT](http://opensource.org/licenses/MIT) | ![](art/FloatingActionButton.gif)


ListView / RecyclerView
======================
Name | License | Demo
--- | --- | --- | ---
[SuperRecyclerView](https://github.com/Malinskiy/SuperRecyclerView) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | NONE

Labels
======================
Name | License | Demo
--- | --- | --- | ---

F
furiya-daichi 已提交
44 45
SeekBar
======================
F
furiya-daichi 已提交
46
Name | License | Demo
F
furiya-daichi 已提交
47
--- | --- | --- | ---
F
furiya-daichi 已提交
48 49
[DiscreteSeekBar](https://github.com/AnderWeb/discreteSeekBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/discreteseekbar.gif) ![](art/discreteseekbar2.gif)

F
added  
furiya-daichi 已提交
50 51 52 53 54 55 56 57 58 59
Menu
======================
Name | License | Demo
--- | --- | --- | ---

Forms
======================
Name | License | Demo
--- | --- | --- | ---

F
furiya-daichi 已提交
60 61 62 63
Animations
======================
Name | License | Demo
--- | --- | --- | ---
64
[AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations) | [MIT](http://opensource.org/licenses/MIT) | ![](art/androidviewanimations.gif)
F
added  
furiya-daichi 已提交
65 66 67 68 69 70 71 72 73 74
[ListViewAnimations](https://github.com/nhaarman/ListViewAnimations) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/ListViewAnimations.gif)
[ViewPagerTransforms](https://github.com/ToxicBakery/ViewPagerTransforms) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/ViewPagerTransforms.gif)
[AndroidImageSlider](https://github.com/daimajia/AndroidImageSlider) | [MIT](http://opensource.org/licenses/MIT) | ![](art/AndroidImageSlider.gif)
[transitions-everywhere](https://github.com/andkulikov/transitions-everywhere) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/transitions-everywhere.gif)

Parallax
======================
Name | License | Demo
--- | --- | --- | ---
[ParallaxEverywhere](https://github.com/Narfss/ParallaxEverywhere) | [MIT](http://opensource.org/licenses/MIT) | ![](art/parallax-everywhere.gif)