Files
awesome-awesomeness/html/androidui.md2.html
2025-07-18 23:13:11 +02:00

2434 lines
86 KiB
HTML

<h1 id="list-of-android-uiux-libraries">List of Android UI/UX
Libraries</h1>
<p><a href="https://github.com/wasabeef/awesome-android-ui"><img
src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
alt="Awesome" /></a></p>
<p>A curated list of awesome Android UI/UX libraries.</p>
<h2 id="maintainers">Maintainers</h2>
<p>
<a href="https://github.com/wasabeef">
<img src="https://avatars1.githubusercontent.com/u/1833474?s=48" /> </a>
</p>
<h2 id="index">Index</h2>
<ul>
<li><a href="#Jetpack-Compose">Jetpack Compose</a></li>
<li><a href="#Layout">Layout</a></li>
<li><a href="#Button">Button</a></li>
<li><a href="#List--Grid">List / Grid</a></li>
<li><a href="#ViewPager">ViewPager</a></li>
<li><a href="#Label--Form">Label / Form</a></li>
<li><a href="#Image">Image</a></li>
<li><a href="#SeekBar">SeekBar</a></li>
<li><a href="#Progress">Progress</a></li>
<li><a href="#Menu">Menu</a></li>
<li><a href="#ActionBar">ActionBar</a></li>
<li><a href="#Dialog">Dialog</a></li>
<li><a href="#Calendar">Calendar</a></li>
<li><a href="#Graph">Graph</a></li>
<li><a href="#Animation">Animation</a></li>
<li><a href="#Parallax">Parallax</a></li>
<li><a href="#Effect">Effect (Blur… etc)</a></li>
<li><a href="#Other">Other</a></li>
</ul>
<h1 id="jetpack-compose">Jetpack Compose</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/skydoves/landscapist">Landscapist</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/95661452-6abad480-0b6a-11eb-91c4-7cbe40b77927.gif" width="46%">
<img src="https://user-images.githubusercontent.com/24237865/95812167-be3a4780-0d4f-11eb-9360-2a4a66a3fb46.gif" width="46%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/iamjosephmj/flinger">Flinger</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://media.giphy.com/media/rJWauymZ3HTRRTXmta/giphy.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/skydoves/Orchestra">Orchestra</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/61194943-f9d70380-a6ff-11e9-807f-ba1ca8126f8a.gif" width="46%">
<img src="https://user-images.githubusercontent.com/24237865/95007367-d58b7d80-0649-11eb-857b-9e0187be70d1.gif" width="44%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/zach-klippenstein/compose-backstack">compose-backstack</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://github.com/zach-klippenstein/compose-backstack/blob/main/.images/inspector.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/adibfara/ComposeClock">ComposeClock</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://github.com/adibfara/ComposeClock/blob/master/demo.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Gurupreet/ComposeCookBook">ComposeCookBook</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://media.giphy.com/media/WOlo2cTDdjGkgdAJQK/giphy.gif" width="46%">
<img src="https://media.giphy.com/media/pZfwwwOlKQtiyJFPr2/giphy.gif" width="46%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/CuriousNikhil/neumorphic-compose">Compose
Neumorphism UI</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://github.com/CuriousNikhil/neumorphic-compose/blob/main/static/complete_screen.png?raw=true" height=400></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook">SSComposeCookBook</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook/blob/main/gif/canvas/canvas.gif" width="46%">
<img src="https://github.com/SimformSolutionsPvtLtd/SSComposeCookBook/blob/main/gif/Animation/BasicAnim.gif" width="46%"></td>
</tr>
</tbody>
</table>
<h1 id="layout">Layout</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href="https://github.com/john990/WaveView">WaveView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/waveview.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/kyze8439690/ResideLayout">ResideLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ResideLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/daimajia/AndroidSwipeLayout">AndroidSwipeLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AndroidSwipeLayout.gif" width="49%">
<img src="/art/AndroidSwipeLayout2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ikew0ng/SwipeBackLayout">SwipeBackLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SwipeBackLayout.webp" width="49%">
<img src="/art/SwipeBackLayout2.webp" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/christophesmet/android_maskable_layout">Maskable
Layout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android_maskable_layout.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/traex/ExpandableLayout">ExpandableLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/ExpandableLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/baoyongzhang/android-PullRefreshLayout">android-PullRefreshLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/android-PullRefreshLayout.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/moagrius/TileView">TileView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/TileView.jpeg" width="49%">
<img src="/art/TileView2.jpeg" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/amlcurran/ShowcaseView">ShowcaseView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ShowcaseView.png" width="49%">
<img src="/art/ShowcaseView2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh">Ultra
Pull To Refresh</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-Ultra-Pull-To-Refresh.gif" width="49%">
<img src="/art/android-Ultra-Pull-To-Refresh2.gif" width="49%">
<img src="/art/android-Ultra-Pull-To-Refresh3.gif" width="49%">
<img src="/art/android-Ultra-Pull-To-Refresh4.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/daimajia/AndroidViewHover">AndroidViewHover</a></td>
<td>UnKnown</td>
<td><img src="/art/AndroidViewHover.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/pedrovgs/DraggablePanel">DraggablePanel</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/DraggablePanel.gif" width="49%">
<img src="/art/DraggablePanel2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/r0adkll/Slidr">Slidr</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Slidr.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/Yalantis/Phoenix">Phoenix
Pull-to-Refresh</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Phoenix.gif" width="65%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Yalantis/Taurus">Pull-to-Refresh.Tours</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Taurus.gif" width="65%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/zhaozhentao/InboxLayout">InboxLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/InboxLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/liuguangqiang/SwipeBack">SwipeBack</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SwipeBack.gif" width="49%">
<img src="/art/SwipeBack2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ogaclejapan/ArcLayout">ArcLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/arclayout1.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/ppamorim/Dragger">Dragger</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Dragger.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Jawnnypoo/PhysicsLayout">PhysicsLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/PhysicsLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Flipboard/bottomsheet">BottomSheet</a></td>
<td><a
href="https://github.com/Flipboard/bottomsheet/blob/master/LICENSE">License</a></td>
<td><img src="/art/BottomSheet.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/txusballesteros/bubbles-for-android">Bubbles
for Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/bubbles-for-android.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/umano/AndroidSlidingUpPanel">AndroidSlidingUpPanel</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidSlidingUpPanel.jpg" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/kaichunlin/android-transition">android-transition</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-transition.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/tuesda/CircleRefreshLayout">CircleRefreshLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/CircleRefreshLayout.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/recruit-lifestyle/WaveSwipeRefreshLayout">WaveSwipeRefreshLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/WaveSwipeRefreshLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/recruit-lifestyle/FloatingView">FloatingView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FloatingView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/pyricau/frenchtoast">FrenchToast</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/frenchtoast.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/zzz40500/AndroidSweetSheet">AndroidSweetSheet</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidSweetSheet.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/truizlop/FABRevealLayout">FABRevealLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FABRevealLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/fenjuly/ToggleExpandLayout">ToggleExpandLayout</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/ToggleExpandLayout.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/mxn21/FlowingDrawer">FlowingDrawer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FlowingDrawer.gif" width="65%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/gelitenight/WaveView">WaveView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/gelitenight-WaveView.gif" width="65%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/worldline/FoldableLayout">FoldableLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FoldableLayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/shts/TriangleLabelView">TriangleLabelView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/TriangleLabelView.jpg" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/google/flexbox-layout">FlexboxLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FlexboxLayout.gif" width="49%">
<img src="/art/FlexboxLayout2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/Quatja/Vorolay">Vorolay</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Vorolay.png" width="49%">
<img src="/art/Vorolay2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/google/hover">Hover</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/hover.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/iglaweb/Ferris-Wheel">FerrisWheel</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FerrisWheelView.gif" width="62%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/amir5121/arcView">ArcView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/arcView1.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/hoanganhtuan95ptit/DraggablePanel">DraggablePanel2</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/DraggablePanel_1.gif" width="49%">
<img src="/art/DraggablePanel_2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/magic-goop/tag-sphere">TagSphereView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/tagSphereView.gif" width="49%">
<img src="/art/tagSphereView1.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/keklikhasan/LDrawer">LDrawer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/LDrawer.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/neokree/MaterialNavigationDrawer">MaterialNavigationDrawer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialNavigationDrawer.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/tekinarslan/AndroidMaterialDesignToolbar">AndroidMaterialDesignToolbar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidMaterialDesignToolbar.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/KeepSafe/TapTargetView">TapTargetView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/TapTargetView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/TakuSemba/Spotlight">Spotlight</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/spotlight.gif" width="49%">
<img src="/art/spotlight2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/sjwall/MaterialTapTargetPrompt">MaterialTapTargetPrompt</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialTapTargetPrompt.jpg" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/ChrisRenke/DrawerArrowDrawable">DrawerArrowDrawable</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/DrawerArrowDrawable.gif" /></td>
</tr>
</tbody>
</table>
<h1 id="button">Button</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/dmytrodanylyk/circular-progress-button">circular-progress-button</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/circular-progress-button.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/dmytrodanylyk/android-process-button">android-process-button</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-process-button.gif" width="75%">
<img src="/art/android-process-button2.gif" width="75%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/markushi/android-circlebutton">android-circlebutton</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-circlebutton.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/hoang8f/android-flat-button">android-flat-button</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-flat-button.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/TheFinestArtist/MovingButton">MovingButton</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/MovingButton.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/linger1216/labelview">LabelView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://github.com/linger1216/labelview/blob/master/img/img1.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/roynx98/transition-button-android">transition-button-android</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/transition-button-android.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/timonknispel/KTLoadingButton">KTLoadingButton</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/KTLoadingButton_Success.gif" width="49%">
<img src="/art/KTLoadingButton_Error.gif" width="49%">
<img src="/art/KTLoadingButton_Progress.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/anoop44/AwesomeSwitch">AwesomeSwitch</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/awesome-switch.gif" height="50%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/makovkastar/FloatingActionButton">FloatingActionButton</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/FloatingActionButton.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/futuresimple/android-floating-action-button">android-floating-action-button</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-floating-action-button.gif" width="49%">
<img src="/art/android-floating-action-button.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/amrdeveloper/ReactButton">ReactButton</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://raw.githubusercontent.com/AmrDeveloper/ReactButton/master/screenshots/facebook_reacts_demo.gif" width="49%">
<img src="https://raw.githubusercontent.com/AmrDeveloper/ReactButton/master/screenshots/dc_reacts_demo.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="list-grid">List / Grid</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/Malinskiy/SuperRecyclerView">SuperRecyclerView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td>NONE</td>
</tr>
<tr class="even">
<td><a
href="https://github.com/CodeFalling/RecyclerViewSwipeDismiss">RecyclerViewSwipeDismiss</a></td>
<td><a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2
License</a></td>
<td><img src="/art/RecyclerViewSwipeDismiss.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/jpardogo/FlabbyListView">FlabbyListView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FlabbyListView.gif" width="49%">
<img src="/art/FlabbyListView2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/eowise/recyclerview-stickyheaders">recyclerview-stickyheaders</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/recyclerview-stickyheaders.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Gnod/ParallaxListView">ParallaxListView</a></td>
<td>UnKnown</td>
<td><img src="/art/ParallaxListView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Frank-Zhu/PullZoomView">PullZoomView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/PullZoomView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/baoyongzhang/SwipeMenuListView">SwipeMenuListView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/SwipeMenuListView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/flavienlaurent/discrollview">discrollview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/discrollview.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/StickyListHeaders.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/jpardogo/ListBuddies">ListBuddies</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ListBuddies.png" width="49%"/ >
<img src="/art/ListBuddies.gif" width="49%"/ ></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/ksoichiro/Android-ObservableScrollView">Android-ObservableScrollView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-ObservableScrollView.gif" width="32%">
<img src="/art/Android-ObservableScrollView.gif" width="32%">
<img src="/art/Android-ObservableScrollView2.gif" width="32%">
<img src="/art/Android-ObservableScrollView3.gif" width="32%">
<img src="/art/Android-ObservableScrollView4.gif" width="32%">
<img src="/art/Android-ObservableScrollView5.gif" width="32%">
<img src="/art/Android-ObservableScrollView6.gif" width="32%">
<img src="/art/Android-ObservableScrollView7.gif" width="32%">
<img src="/art/Android-ObservableScrollView8.gif" width="32%">
<img src="/art/Android-ObservableScrollView9.gif" width="32%">
<img src="/art/Android-ObservableScrollView10.gif" width="32%">
<img src="/art/Android-ObservableScrollView11.gif" width="32%">
<img src="/art/Android-ObservableScrollView12.gif" width="32%">
<img src="/art/Android-ObservableScrollView13.gif" width="32%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/felipecsl/AsymmetricGridView">AsymmetricGridView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AsymmetricGridView.png" width="49%">
<img src="/art/AsymmetricGridView2.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/askerov/DynamicGrid">DynamicGrid</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/DynamicGrid.gif" width="49%" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/etsy/AndroidStaggeredGrid">AndroidStaggeredGrid</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidStaggeredGrid.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/47deg/android-swipelistview">SwipeListView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-swipelistview.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/kanytu/android-parallax-recyclerview">android-parallax-recyclerview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-parallax-recyclerview.gif" width="49%">
<img src="/art/android-parallax-recyclerview2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/emmano/BlurStickyHeaderListView">BlurStickyHeaderListView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/BlurStickyHeaderListView.gif" width="49%" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/wasabeef/recyclerview-animators">RecyclerView
Animators</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/recyclerview-animators.gif" width="49%">
<img src="/art/recyclerview-animators2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/yqritc/RecyclerView-FlexibleDivider">RecyclerView-FlexibleDivider</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RecyclerView-FlexibleDivider.png" width="49%">
<img src="/art/RecyclerView-FlexibleDivider2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/bmelnychuk/AndroidTreeView">AndroidTreeView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidTreeView.webp" width="49%">
<img src="/art/AndroidTreeView2.webp" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/danoz73/RecyclerViewFastScroller">RecyclerViewFastScroller</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RecyclerViewFastScroller.png" width="49%">
<img src="/art/RecyclerViewFastScroller2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter">RecyclerView-MultipleViewTypesAdapter</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RecyclerView-MultipleViewTypesAdapter.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/vcalvello/SwipeToAction">SwipeToAction</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SwipeToAction.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/h6ah4i/android-advancedrecyclerview">Advanced
Recyclerview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AdvancedRecyclerView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/magiepooh/RecyclerItemDecoration">RecyclerItemDecoration</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/recycler-itemdecoration1.gif" width="49%">
<img src="/art/recycler-itemdecoration2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ZieIony/MaterialRecents">MaterialRecents</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialRecents.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/Karumi/Dividers">Dividers</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Dividers.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/afollestad/drag-select-recyclerview">Drag
Select Recycler View</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/drag-select-recyclerview.gif" width="49%" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/timehop/sticky-headers-recyclerview">sticky-headers-recyclerview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/sticky-headers-recyclerview.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/ibrahimyilmaz/kiel">Kiel - Declarative
RecyclerView Adapters</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/kiel.png"></td>
</tr>
</tbody>
</table>
<h1 id="viewpager">ViewPager</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/xgc1986/ParallaxPagerTransformer">ParallaxPagerTransformer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ParallaxPagerTransformer.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ToxicBakery/ViewPagerTransforms">ViewPagerTransforms</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ViewPagerTransforms.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/ongakuer/CircleIndicator">CircleIndicator</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/CircleIndicator.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/JakeWharton/ViewPagerIndicator">Android
ViewPagerIndicator</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-ViewPagerIndicator.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/kmshack/Android-ParallaxHeaderViewPager">Android-ParallaxHeaderViewPager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-ParallaxHeaderViewPager.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/alexzaitsev/freepager">freepager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/freepager.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/chenupt/SpringIndicator">SpringIndicator</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SpringIndicator.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ogaclejapan/SmartTabLayout">SmartTabLayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/smarttablayout.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Yalantis/FlipViewPager.Draco">FlipViewPager.Draco</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FlipViewPager-Draco.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/florent37/MaterialViewPager">MaterialViewPager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialViewPager.png" width="49%">
<img src="/art/MaterialViewPager2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/LyndonChin/AndroidRubberIndicator">AndroidRubberIndicator</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AndroidRubberIndicator.gif" width="60%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/florent37/HollyViewPager">HollyViewPager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/HollyViewPager.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/sacot41/SCViewPager">SCViewPager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SCViewPager.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/roughike/SwipeSelector">SwipeSelector</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SwipeSelector.gif" width="49%" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Devlight/NavigationTabStrip">NavigationTabStrip</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a> &amp; <a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/NavigationTabStrip.gif" width="49%" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Devlight/NavigationTabBar">NavigationTabBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a> &amp; <a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/NavigationTabBar.gif" width="49%" />
<img src="/art/NavigationTabBar2.gif" width="49%" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/alibaba/UltraViewPager">UltraViewPager</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/UltraViewPager.gif" width="49%">
<img src="/art/UltraViewPager2.gif" width="49%">
<img src="/art/UltraViewPager3.gif" width="49%">
<img src="/art/UltraViewPager4.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/nirukk52/SnapTabLayout">SnapTablayout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SnapTablayout3.gif" width="49%">
<img src="/art/SnapTablayout5.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/neokree/MaterialTabs">MaterialTabs</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialTabs.png" width="49%">
<img src="/art/MaterialTabs2.png" width="49%">
<img src="/art/MaterialTabs3.jpeg" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/jpardogo/PagerSlidingTabStrip">PagerSlidingTabStrip</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/PagerSlidingTabStrip.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="label-form">Label / Form</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/RomainPiel/Shimmer-android">Shimmer-android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Shimmer-android.gif" /></td>
</tr>
<tr class="even">
<td><a href="https://github.com/facebook/shimmer-android">Shimmer for
Android</a></td>
<td><a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2
License</a></td>
<td><img src="/art/shimmer-android-fb.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/RomainPiel/Titanic">Titanic</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Titanic.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/Rogero0o/MatchView">MatchView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MatchView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/grantland/android-autofittextview">android-autofittextview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-autofittextview.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/matthewrkula/SecretTextView">SecretTextView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SecretTextView.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/bluejamesbond/TextJustify-Android">TextJustify-Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/TextJustify-Android.png" width="100%">
<img src="/art/TextJustify-Android2.jpeg" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/pavlospt/RoundedLetterView">RoundedLetterView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RoundedLetterView.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/amulyakhare/TextDrawable">TextDrawable</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/TextDrawable.png" width="49%">
<img src="/art/TextDrawable2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/quiqueqs/BabushkaText">BabushkaText</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/BabushkaText.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Manabu-GT/ExpandableTextView">ExpandableTextView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ExpandableTextView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/wrapp-archive/floatlabelededittext">Float
Labeled EditText</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/floatlabelededittext.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/erchenger/SizeAdjustingTextView">SizeAdjustingTextView</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GNU
License</a></td>
<td>NONE</td>
</tr>
<tr class="even">
<td><a
href="https://github.com/gotokatsuya/ParkedTextView">ParkedTextView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/ParkedTextView.gif" width="60%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/glomadrian/material-code-input">Material
Code input</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-code-input.gif" width="60%"> <br><br>
<img src="/art/material-code-input2.gif" width="60%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/elevenetc/TextSurface">TextSurface</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/TextSurface.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/tasomaniac/EmailAutoCompleteTextView">EmailAutoCompleteTextView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/EmailAutoCompleteTextView.gif" width="60%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/xenione/tab-digit">Tab Digit</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/tab-digit.gif" width="49%">
<img src="/art/tab-digit2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/sdsmdg/RotatingText">RotatingText</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/RotatingText.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/rengwuxian/MaterialEditText">MaterialEditText</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialEditText.png" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/florent37/MaterialTextField">MaterialTextField</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialTextField.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/amrdeveloper/CodeView">CodeView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://raw.githubusercontent.com/AmrDeveloper/CodeView/master/screenshots/java_demo.gif" width="49%">
<img src="https://raw.githubusercontent.com/AmrDeveloper/CodeView/master/screenshots/python_demo.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="image">Image</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/MikeOrtiz/TouchImageView">TouchImageView</a></td>
<td><a
href="https://raw.githubusercontent.com/MikeOrtiz/TouchImageView/master/LICENSE">LICENSE</a></td>
<td>NONE</td>
</tr>
<tr class="even">
<td><a
href="https://github.com/hdodenhof/CircleImageView">CircleImageView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/CircleImageView.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/siyamed/android-shape-imageview">android-shape-imageview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-shape-imageview.png" width="49%">
<img src="/art/android-shape-imageview2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/felipecsl/GifImageView">GifImageView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/GifImageView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/edmodo/cropper">cropper</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/cropper.jpeg" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/jdamcd/android-crop">android-crop</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-crop.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/pungrue26/SelectableRoundedImageView">SelectableRoundedImageView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SelectableRoundedImageView.png" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/vinc3m1/RoundedImageView">RoundedImageView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RoundedImageView.png" width="49%">
<img src="/art/RoundedImageView2.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/cesards/CropImageView">CropImageView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/CropImageView.png" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/sharish/BitmapMerger">BitmapMerger</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/BitmapMerger.gif" width="49%">
<img src="/art/BitmapMerger2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/Q42/AndroidScrollingImageView">Scrolling
Image View</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AndroidScrollingImageView.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/IsseiAoki/SimpleCropView">SimpleCropView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/SimpleCropView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/lankton/android-anyshape">android-anyshape</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/android-anyshape.jpg" width="49%">
<img src="/art/android-anyshape2.jpg" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/gjiazhe/PanoramaImageView">PanoramaImageView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/PanoramaImageView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/ChiliLabs/ChiliPhotoPicker">ChiliPhotoPicker</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ChiliPhotoPicker.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/skydoves/AndroidRibbon">Android
Ribbon</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/51105497-7873e680-182c-11e9-954a-1bf767d15312.gif" align="center" width="32%"/></td>
</tr>
</tbody>
</table>
<h1 id="seekbar">SeekBar</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/AnderWeb/discreteSeekBar">DiscreteSeekBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/discreteseekbar.gif" /> <img
src="/art/discreteseekbar2.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ahmedrizwan/SeekBarCompat">SeekBarCompat</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/seekbarcompat.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/rubensousa/PreviewSeekBar">PreviewSeekBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/PreviewSeekBar.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Jay-Goo/RangeSeekBar">RangeSeekBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img
src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/screen2.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/oli107/material-range-bar">material-range-bar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-range-bar.png" width="49%">
<img src="/art/material-range-bar2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/borax12/MaterialDateRangePicker">MaterialDateRangePicker</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialDateRangePicker.png" width="49%">
<img src="/art/MaterialDateRangePicker2.png" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="progress">Progress</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/castorflex/SmoothProgressBar">SmoothProgressBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/SmoothProgressBar.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/daimajia/NumberProgressBar">NumberProgressBar</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/NumberProgressBar.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/lzyzsd/CircleProgress">CircleProgress</a></td>
<td>UnKnown</td>
<td><img src="/art/CircleProgress.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/mrwonderman/android-square-progressbar">android-square-progressbar</a></td>
<td>UnKnown</td>
<td><img src="/art/android-square-progressbar.png" width="49%">
<img src="/art/android-square-progressbar2.png" width="49%">
<img src="/art/android-square-progressbar3.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/jpardogo/GoogleProgressBar">GoogleProgressBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/GoogleProgressBar.gif" width="32%">
<img src="/art/GoogleProgressBar2.gif" width="32%">
<img src="/art/GoogleProgressBar3.gif" width="32%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/akexorcist/Android-RoundCornerProgressBar">Android-RoundCornerProgressBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-RoundCornerProgressBar.png" width="100%">
<img src="/art/Android-RoundCornerProgressBar2.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Tibolte/ElasticDownload">ElasticDownload</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ElasticDownload.gif" width="49%">
<img src="/art/ElasticDownload2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/JorgeCastilloPrz/FABProgressCircle">FABProgressCircle</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FABProgressCircle.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/yankai-victor/Loading">Loading</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Loading.gif" width="49%">
<img src="/art/Loading2.gif" width="49%">
<img src="/art/Loading3.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/jlmd/AnimatedCircleLoadingView">Animated
Circle Loading View</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AnimatedCircleLoadingView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/JorgeCastilloPrz/AndroidFillableLoaders">AndroidFillableLoaders</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AndroidFillableLoaders.gif" width="49%">
<img src="/art/AndroidFillableLoaders2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/d-max/spots-dialog">spots-dialog</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/spots_dialog.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/81813780/AVLoadingIndicatorView">AVLoadingIndicatorView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AVLoadingIndicatorView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/EyalBira/loading-dots">LoadingDots</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/loading-dots.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Shinelw/ColorArcProgressBar">ColorArcProgerssBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-ColorArcProgressBar.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/GIGAMOLE/ArcProgressStackView">ArcProgressStackView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ArcProgressStackView.gif" width="49%">
<img src="/art/ArcProgressStackView2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/tangqi92/WaveLoadingView">WaveLoadingView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/WaveLoadingView.jpg" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Rogero0o/CatLoadingView">CatLoadingView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/CatLoadingView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/race604/WaveLoading">WaveLoading</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/race604-WaveLoading.gif" width="60%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/mecoFarid/squeezeloader">SqueezeLoader</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/squeezeloader.gif" width="60%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/MackHartley/RoundedProgressBar">RoundedProgressBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/roundedProgressBarDemo.gif" width="60%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/SaeedMasoumi/FAB-Loading">FAB-Loading</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FAB-Loading.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/pnikosis/materialish-progress">materialish-progress</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/materialish-progress.gif" width="49%">
<img src="/art/materialish-progress2.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="menu">Menu</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/oguzbilgener/CircularFloatingActionMenu">CircularFloatingActionMenu</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/CircularFloatingActionMenu.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/SpecialCyCi/AndroidResideMenu">AndroidResideMenu</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AndroidResideMenu.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/dkmeteor/Folder-ResideMenu">Folder-ResideMenu</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Folder-ResideMenu.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Yalantis/Side-Menu.Android">Side-Menu.Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Side-Menu.Android.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Yalantis/Context-Menu.Android">Context-Menu.Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Context-Menu.Android.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Yalantis/GuillotineMenu-Android">GuillotineMenu-Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/GuillotineMenu-Android.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/xmuSistone/android-snake-menu">android-snake-menu</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-snake-menu.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/Nightonke/BoomMenu">BoomMenu</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/BoomMenu.gif" width="49%">
<img src="/art/BoomMenu2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/st235/ExpandableBottomBar">ExpandableBottomBar</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/expandable-bottom-bar.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/balysv/material-menu">material-menu</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-menu.gif" /> <img
src="/art/material-menu2.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/gowong/material-sheet-fab">MaterialSheetFab</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/MaterialSheetFab.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/skydoves/powermenu">PowerMenu</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/63956079-c0e0cb80-cac0-11e9-82ca-4397ca1f3750.gif" width="49%">
<img src="https://user-images.githubusercontent.com/24237865/63956377-42385e00-cac1-11e9-9639-81eac4b7511f.jpg" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Droppers/AnimatedBottomBar">AnimatedBottomBar</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AnimatedBottomBar-1.gif" width="50%"><img src="/art/AnimatedBottomBar-2.gif" width="50%"></td>
</tr>
</tbody>
</table>
<h1 id="actionbar">ActionBar</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/ManuelPeinado/FadingActionBar">FadingActionBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FadingActionBar.png" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ManuelPeinado/GlassActionBar">GlassActionBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/GlassActionBar.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/flavienlaurent/NotBoringActionBar">NotBoringActionBar</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/NotBoringActionBar.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="dialog">Dialog</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/orhanobut/dialogplus">DialogPlus</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/DialogPlus.png" width="30%">
<img src="/art/DialogPlus2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/pedant/sweet-alert-dialog">Sweet
Alert</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/swalert_change_type.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/H07000223/FlycoDialog_Master">FlycoDialog-Matser</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/FlycoDialog-Matser.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/algolia/voice-overlay-android">Voice
Overlay</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/VoiceOverlay1.gif" width="200" />
<img src="/art/VoiceOverlay2.gif" width="200" />
<img src="/art/VoiceOverlay3.gif" width="200" />
<img src="/art/VoiceOverlay4.gif" width="200" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/drakeet/MaterialDialog">MaterialDialog</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialDialog.png" width="49%">
<img src="/art/MaterialDialog2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/afollestad/material-dialogs">material-dialogs</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-dialogs.webp" /> <img
src="/art/material-dialogs2.webp" /> <img
src="/art/material-dialogs3.webp" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/fengdai/AlertDialogPro">AlertDialogPro</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/AlertDialogPro.png" width="49%">
<img src="/art/AlertDialogPro2.png" width="49%">
<img src="/art/AlertDialogPro3.png" width="49%">
<img src="/art/AlertDialogPro4.png" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="calendar">Calendar</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href="https://github.com/roomorama/Caldroid">Caldroid</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/Caldroid.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/square/android-times-square">android-times-square</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-times-square.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/romannurik/Android-MonthCalendarWidget">Android-MonthCalendarWidget</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-MonthCalendarWidget.png" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/code-troopers/android-betterpickers">android-betterpickers</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-betterpickers.png" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/alamkanak/Android-Week-View">Android-Week-View</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Android-Week-View.png" /></td>
</tr>
<tr class="even">
<td><a href="https://github.com/NLMartian/SilkCal">SilkCal</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/SilkCat.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/vikramkakkar/SublimePicker">SublimePicker</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/sublimePicker_date.png" width="49%">
<img src="/art/sublimePicker_time.png" width="49%">
<img src="/art/sublimePicker_repeat.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/wdullaer/MaterialDateTimePicker">MaterialDateTimePicker</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialDateTimePicker_date.png" width="49%">
<img src="/art/MaterialDateTimePicker_time.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/SundeepK/CompactCalendarView">CompactCalendarView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/compact-calendar-demo.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/prolificinteractive/material-calendarview">material-calendarview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-calendarview.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="graph">Graph</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/Inconnu08/android-ratingreviews">Android-RatingReviews</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ratingreviews1.png" width="49%">
<img src="/art/ratingreviews2.png" width="49%">
<img src="/art/ratingreviews3.png" width="49%">
<img src="/art/hellocharts-android4.png" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/blackfizz/EazeGraph">EazeGraph</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/EazeGraph.png" width="49%">
<img src="/art/EazeGraph2.png" width="49%">
<img src="/art/EazeGraph3.png" width="49%">
<img src="/art/EazeGraph4.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/appsthatmatter/GraphView">GraphView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/graphview-zooming.gif" width="65%">
<img src="/art/graphview-anim.gif" width="65%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/lecho/hellocharts-android">hellocharts-android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/hellocharts-android.gif" width="49%">
<img src="/art/hellocharts-android2.png" width="49%">
<img src="/art/hellocharts-android3.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/PhilJay/MPAndroidChart">MPAndroidChart</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MPAndroidChart.png" width="49%">
<img src="/art/MPAndroidChart2.png" width="49%">
<img src="/art/MPAndroidChart3.png" width="49%">
<img src="/art/MPAndroidChart4.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/diogobernardino/WilliamChart">WilliamChart</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/williamchart_line.png" width="65%">
<img src="/art/williamchart_bar.png" width="65%"></td>
</tr>
</tbody>
</table>
<h1 id="animation">Animation</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/daimajia/AndroidViewAnimations">AndroidViewAnimations</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/androidviewanimations.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/nhaarman/ListViewAnimations">ListViewAnimations</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ListViewAnimations.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/daimajia/AndroidImageSlider">AndroidImageSlider</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AndroidImageSlider.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/andkulikov/transitions-everywhere">transitions-everywhere</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/transitions-everywhere.gif" /></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/skyfishjy/android-ripple-background">Android
Ripple Background</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/android-ripple-background.gif" width="49%">
<img src="/art/android-ripple-background2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/openaphid/android-flip">android-flip</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/android-flip.gif" width="49%">
<img src="/art/android-flip2.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/DesarrolloAntonio/FragmentTransactionExtended">FragmentTransactionExtended</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/FragmentTransactionExtended.gif" width="49%">
<img src="/art/FragmentTransactionExtended2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/flavioarfaria/KenBurnsView">KenBurnsView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/KenBurnsView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/facebook/rebound">rebound</a></td>
<td><a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2
License</a></td>
<td>http://facebook.github.io/rebound/</td>
</tr>
<tr class="even">
<td><a
href="https://github.com/sakebook/Reachability">Reachability</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Reachability.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/daimajia/AnimationEasingFunctions">AnimationEasingFunctions</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/AnimationEasingFunctions.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/2359media/EasyAndroidAnimations">EasyAndroidAnimations</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/EasyAndroidAnimations.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/geftimov/android-pathview">android-pathview</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-pathview.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/sephiroth74/ViewRevealAnimator">ViewRevealAnimator</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ViewRevealAnimator.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/asyl/ArcAnimator">ArcAnimator</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/ArcAnimator.gif" width="49%">
<img src="/art/ArcAnimator2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/kongnanlive/SearchMenuAnim">SearchMenuAnim</a></td>
<td>UnKnown</td>
<td><img src="/art/SearchMenuAnim.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/cdflynn/crossview">Cross View</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/crossview.gif" width="49%">
<img src="/art/crossview2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Nightonke/WoWoViewPager">WoWoViewPager</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/WoWoAppIntroExample.gif" width="49%">
<img src="/art/WoWoCVExample.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/airbnb/lottie-android">Lottie for
Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/lottie-android.gif" width="100%">
<img src="/art/lottie-android2.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/tarek360/RichPath">RichPath</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/RichPath.gif" width="33%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/Chrisvin/RubberPicker">RubberPicker</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://github.com/Chrisvin/RubberPicker/raw/master/RubberPicker-Demo.gif" width="33%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/balysv/material-ripple">material-ripple</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-ripple.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/traex/RippleEffect">RippleEffect</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/RippleEffect.gif" /></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/ozodrukh/CircularReveal">CircularReveal</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/CircularReveal.gif" width="49%"></td>
</tr>
</tbody>
</table>
<h1 id="parallax">Parallax</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a
href="https://github.com/Narfss/ParallaxEverywhere">ParallaxEverywhere</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/parallax-everywhere.gif" /></td>
</tr>
</tbody>
</table>
<h1 id="effect">Effect</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href="https://github.com/Manabu-GT/EtsyBlur">EtsyBlur</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/EtsyBlur.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/tvbarthel/BlurDialogFragment">BlurDialogFragment</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/BlurDialogFragment.png" width="49%">
<img src="/art/BlurDialogFragment2.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/faradaj/BlurBehind">BlurBehind</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/BlurBehind.png" width="49%">
<img src="/art/BlurBehind2.png" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/kikoso/android-stackblur">Android
StackBlur</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-stackblur.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/AndroidAlliance/EdgeEffectOverride">EdgeEffectOverride</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/EdgeEffectOverride.jpeg" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/tyrantgit/ExplosionField">ExplosionField</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ExplosionField.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/zhanyongsheng/BrokenView">BrokenView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/BrokenView.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/manolovn/trianglify">Trianglify</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Trianglify.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/skydoves/ExpandableLayout">ExpandableLayout (by
skydoves)</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/ExpandableLayout2_1.gif" width="49%">
<img src="/art/ExpandableLayout2_2.gif" width="49%"><a
href="https://github.com/ChadCSong/ShineButton">ShineButton</a></td>
</tr>
<tr class="even">
<td><a href="https://github.com/skydoves/ElasticViews">Elastic
Views</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/72123075-73943500-33a3-11ea-883f-9009de998788.gif" width="32%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/skydoves/TransformationLayout">Transformation
Layout</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="art/TransformationLayout.gif" width="32%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/alexandrehtrb/IridescentView">IridescentView</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="https://raw.githubusercontent.com/alexandrehtrb/IridescentView/master/iridescent_star_mini.gif" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/MackHartley/DashedView">DashedView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/10659285/119430672-cccde180-bcd6-11eb-8c70-9342ae486944.png" width="50%"></td>
</tr>
</tbody>
</table>
<h1 id="other">Other</h1>
<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>License</th>
<th>Demo</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href="https://github.com/Diolor/Swipecards">Swipecards</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Swipecards.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/Android-Bootstrap.png" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/JoanZapata/android-pdfview">Android
PDFView</a></td>
<td><a href="https://opensource.org/licenses/GPL-3.0">GPL V3</a></td>
<td><img src="/art/android-pdfview.png" width="100%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/lucasr/dspec">Dspec</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/dspec.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/omadahealth/LolliPin">LolliPin</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/LolliPin.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/PaNaVTEC/DrawableView">DrawableView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/DrawableView.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/h6ah4i/android-materialshadowninepatch">Material
Shadow 9-Patch</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-materialshadowninepatch.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/championswimmer/SimpleFingerGestures_Android_Library">SimpleFingerGestures</a></td>
<td><a
href="https://github.com/championswimmer/SimpleFingerGestures_Android_Library/blob/master/LICENSE">Apache
License v2</a></td>
<td><img src="/art/SimpleFingerGestures1.gif" width="49%">
<img src="/art/SimpleFingerGestures2.gif" width="49%">
<img src="/art/SimpleFingerGestures3.gif" width="49%">
<img src="/art/SimpleFingerGestures4.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/chemouna/decor">Decor</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/decor.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/tyorikan/voice-recording-visualizer">Voice
Recording Visualizer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><a href="https://www.youtube.com/watch?v=fJTl1bgQ3j4"><img
src="http://img.youtube.com/vi/fJTl1bgQ3j4/0.jpg"
alt="IMAGE demo" /></a></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/ImnIrdst/iiVisu">iiVisu</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/iivisu-play.gif" width="62%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/vsvankhede/easyfonts">EasyFonts</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/easyfonts.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/klinker41/android-slidingactivity">Android
Sliding Activity Library</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/android-slidingactivity.gif" width="49%">
<img src="/art/android-slidingactivity2.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/txusballesteros/snake">Snake
View</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/snake.gif" width="60%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/yayaa/Rotatable">Rotatable</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/Rotatable.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/laobie/StatusBarUtil">StatusBarUtil</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/StatusBarUtil.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/Yalantis/Horizon">Horizon - Simple
visual equaliser for Android</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Horizon.png" width="100%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/DanielMartinus/Stepper-Touch">Stepper
Touch</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/StepperTouch.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/DanielMartinus/konfetti">Konfetti</a></td>
<td><a href="https://opensource.org/licenses/ISC">ISC</a></td>
<td><img src="/art/konfetti.gif"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/jaeryo2357/circleTimer">CircleTimer</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/CircleTimer.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/navasmdc/MaterialDesignLibrary">MaterialDesignLibrary</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/MaterialDesignLibrary.png" width="100%">
<img src="/art/MaterialDesignLibrary2.png" width="49%">
<img src="/art/MaterialDesignLibrary3.png" width="49%">
<img src="/art/MaterialDesignLibrary4.png" width="49%">
<img src="/art/MaterialDesignLibrary5.png" width="49%">
<img src="/art/MaterialDesignLibrary6.png" width="49%">
<img src="/art/MaterialDesignLibrary7.png" width="49%">
<img src="/art/MaterialDesignLibrary8.png" width="49%">
<img src="/art/MaterialDesignLibrary9.png" width="49%">
<img src="/art/MaterialDesignLibrary10.png" width="49%">
<img src="/art/MaterialDesignLibrary11.png" width="49%">
<img src="/art/MaterialDesignLibrary12.png" width="49%">
<img src="/art/MaterialDesignLibrary13.png" width="49%">
<img src="/art/MaterialDesignLibrary14.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/harjot-oberai/MaterialShadows">MaterialShadows</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td><img src="/art/MaterialShadows.png" width="100%"></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/rey5137/material">Material</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/Material.gif" width="49%">
<img src="/art/Material2.gif" width="49%">
<img src="/art/Material3.gif" width="49%">
<img src="/art/Material4.gif" width="49%">
<img src="/art/Material5.gif" width="49%">
<img src="/art/Material6.gif" width="49%">
<img src="/art/Material7.gif" width="49%">
<img src="/art/Material8.gif" width="49%">
<img src="/art/Material9.gif" width="49%">
<img src="/art/Material10.gif" width="49%">
<img src="/art/Material11.png" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/google/material-design-icons">material-design-icons</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-design-icons.png" /></td>
</tr>
<tr class="odd">
<td><a href="https://github.com/code-mc/material-icon-lib">Material Icon
Library</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/material-icon-lib.gif" width="100%"></td>
</tr>
<tr class="even">
<td><a href="https://github.com/ZieIony/Carbon">Carbon</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td>NONE</td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/sachin1092/Lollipop-AppCompat-Widgets-Skeleton">Lollipop-AppCompat-Widgets-Skeleton</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="/art/LollipopAppCompatWidgetSkeleton.gif" width="49%"></td>
</tr>
<tr class="even">
<td><a
href="https://github.com/skydoves/Balloon">Balloon(tooltips)</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://user-images.githubusercontent.com/24237865/61194943-f9d70380-a6ff-11e9-807f-ba1ca8126f8a.gif" width="49%">
<img src="https://user-images.githubusercontent.com/24237865/61225579-d346b600-a75b-11e9-84f8-3c06047b5003.gif" width="49%"></td>
</tr>
<tr class="odd">
<td><a
href="https://github.com/skydoves/colorpickerview">ColorPickerView</a></td>
<td><a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License
V2</a></td>
<td><img src="https://github.com/skydoves/ColorPickerView/blob/master/art/art0.gif" width="49%">
<img src="https://github.com/skydoves/ColorPickerView/blob/master/art/art1.gif" width="49%"></td>
</tr>
</tbody>
</table>
<p><a href="https://github.com/wasabeef/awesome-android-ui">androidui.md
Github</a></p>