README.md 962 字节
Newer Older
D
Daichi Furiya (Wasabeef) 已提交
1
List of Android UI/UX Libraries
D
Daichi Furiya (Wasabeef) 已提交
2
==================
D
Daichi Furiya (Wasabeef) 已提交
3 4 5 6 7 8
A collection of awesome UI/UX resources which includes concepts, implementations and theories.

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


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

F
furiya-daichi 已提交
21 22
SeekBar
======================
F
furiya-daichi 已提交
23
Name | License | Demo
F
furiya-daichi 已提交
24
--- | --- | --- | ---
F
furiya-daichi 已提交
25 26 27 28 29 30
[DiscreteSeekBar](https://github.com/AnderWeb/discreteSeekBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ![](art/discreteseekbar.gif) ![](art/discreteseekbar2.gif)

Animations
======================
Name | License | Demo
--- | --- | --- | ---
31
[AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations) | [MIT](http://opensource.org/licenses/MIT) | ![](art/androidviewanimations.gif)