Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/android-cjj/SnailBar
A lovely snail,You can use it as a seekbar or progressbar.
https://github.com/android-cjj/SnailBar
Last synced: 2 months ago
JSON representation
A lovely snail,You can use it as a seekbar or progressbar.
- Host: GitHub
- URL: https://github.com/android-cjj/SnailBar
- Owner: android-cjj
- Created: 2015-09-14T07:04:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T10:09:51.000Z (over 9 years ago)
- Last Synced: 2024-11-09T14:12:36.448Z (2 months ago)
- Language: Java
- Size: 291 KB
- Stars: 524
- Watchers: 17
- Forks: 98
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/android-cjj/SnailBar
README
[![Android Gems](http://www.android-gems.com/badge/android-cjj/SnailBar.svg?branch=master)](http://www.android-gems.com/lib/android-cjj/SnailBar) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SnailBar-brightgreen.svg?style=flat)](http://www.android-arsenal.com/details/1/2487)
SnailBar
====================================================
A lovely ![](http://www.apkbus.com/data/attachment/forum/201509/14/151713juzbb33ywz337ajr.png) ,you can use it as a seekbar or progressbar.
---------------------------------------------------------------------------------
[Helixbar](https://dribbble.com/shots/541530-Helixbar) design by Davlikanoff.This is his words:Hi Guys!
This 18 seconds long animation demonstrates cool progressbar in action. I created it at leisure. You can download the PSD here:
http://davlikanoff.com/portfolio/Helixbar/helixbar_free.zip
I called it Helixbar. It could've been a Snailbar, but I like Helixbar :)
Hope you like it.![](http://www.apkbus.com/data/attachment/forum/201509/14/152642n3a5kvn36a6v3m3a.gif)
But I like snail,So it's called SnailBar.
This is my implementation effect
----------------------------------------------------------------![](http://www.apkbus.com/data/attachment/forum/201509/14/151339qunvu66u2ruknr6n.gif)
how to use ?
-------------------------------------------------------
in layout.xml
```xml
```
SnailBar is a subclass of Seekbar, so you can use it like Seekbar
```java
seekBar = (SeekBar) findViewById(R.id.seekBar);
```
[about me](http://android-cjj.github.io/)
------------------------------------AT LAST
==============================================================
If you want to support me,you can follow me on Github:
[https://github.com/android-cjj](https://github.com/android-cjj).
License
=======The MIT License (MIT)
Copyright (c) 2015 android-cjj
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.