{"id":13848235,"url":"https://github.com/android-cjj/SnailBar","last_synced_at":"2025-07-12T11:34:00.982Z","repository":{"id":84505834,"uuid":"42432740","full_name":"android-cjj/SnailBar","owner":"android-cjj","description":"A lovely snail,You can use it as a seekbar or progressbar.","archived":false,"fork":false,"pushed_at":"2015-10-05T10:09:51.000Z","size":298,"stargazers_count":524,"open_issues_count":0,"forks_count":98,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-11-09T14:12:36.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/android-cjj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-14T07:04:59.000Z","updated_at":"2024-09-14T02:18:46.000Z","dependencies_parsed_at":"2023-03-08T10:00:37.046Z","dependency_job_id":null,"html_url":"https://github.com/android-cjj/SnailBar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android-cjj%2FSnailBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android-cjj%2FSnailBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android-cjj%2FSnailBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/android-cjj%2FSnailBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/android-cjj","download_url":"https://codeload.github.com/android-cjj/SnailBar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225820303,"owners_count":17529138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T19:00:45.353Z","updated_at":"2024-11-21T23:31:08.292Z","avatar_url":"https://github.com/android-cjj.png","language":"Java","funding_links":[],"categories":["Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"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)\r\n\r\n\r\nSnailBar\r\n====================================================\r\nA lovely ![](http://www.apkbus.com/data/attachment/forum/201509/14/151713juzbb33ywz337ajr.png) ,you can use it as a seekbar or progressbar.\r\n---------------------------------------------------------------------------------\r\n[Helixbar](https://dribbble.com/shots/541530-Helixbar) design by Davlikanoff.This is his words：\r\n\r\nHi Guys! \r\n\r\nThis 18 seconds long animation demonstrates cool progressbar in action. I created it at leisure. You can download the PSD here: \r\n\r\nhttp://davlikanoff.com/portfolio/Helixbar/helixbar_free.zip\r\n\r\nI called it Helixbar. It could've been a Snailbar, but I like Helixbar :) \r\nHope you like it.\r\n\r\n\r\n![](http://www.apkbus.com/data/attachment/forum/201509/14/152642n3a5kvn36a6v3m3a.gif)\r\n\r\nBut I like snail,So it's called SnailBar.\r\n\r\nThis is my implementation effect\r\n----------------------------------------------------------------\r\n\r\n![](http://www.apkbus.com/data/attachment/forum/201509/14/151339qunvu66u2ruknr6n.gif)\r\n\r\nhow to use ?\r\n-------------------------------------------------------\r\nin layout.xml\r\n```xml\r\n   \u003ccom.cjj.SnailBar\r\n            android:id=\"@+id/seekBar\"\r\n            android:layout_width=\"match_parent\"\r\n            android:layout_height=\"wrap_content\"\r\n            android:thumb=\"@anim/snailanim\" /\u003e\r\n```\r\nSnailBar is a subclass of Seekbar, so you can use it like Seekbar\r\n```java\r\n  seekBar = (SeekBar) findViewById(R.id.seekBar);\r\n  ```\r\n  \r\n[about me](http://android-cjj.github.io/)\r\n------------------------------------\r\n\r\nAT LAST\r\n==============================================================\r\nIf you want to support me,you can follow me on Github:\r\n[https://github.com/android-cjj](https://github.com/android-cjj).\r\n  \r\n\r\nLicense\r\n=======\r\n\r\n    The MIT License (MIT)\r\n\r\n\tCopyright (c) 2015 android-cjj\r\n\r\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\r\n\tof this software and associated documentation files (the \"Software\"), to deal\r\n\tin the Software without restriction, including without limitation the rights\r\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n\tcopies of the Software, and to permit persons to whom the Software is\r\n\tfurnished to do so, subject to the following conditions:\r\n\r\n\tThe above copyright notice and this permission notice shall be included in all\r\n\tcopies or substantial portions of the Software.\r\n\r\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n\tSOFTWARE.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid-cjj%2FSnailBar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroid-cjj%2FSnailBar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroid-cjj%2FSnailBar/lists"}