{"id":20733150,"url":"https://github.com/mbakgun/similarloadingview","last_synced_at":"2025-04-23T22:55:43.256Z","repository":{"id":154105439,"uuid":"105071170","full_name":"mbakgun/similarLoadingView","owner":"mbakgun","description":"A stylish loading view for Android","archived":false,"fork":false,"pushed_at":"2017-09-28T13:41:04.000Z","size":9024,"stargazers_count":29,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T22:55:22.485Z","etag":null,"topics":["android","android-library","android-ui","customcomponents","java","library","loading","progress-view"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbakgun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-27T21:27:15.000Z","updated_at":"2024-10-05T17:27:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca3839e9-77bc-4d75-8a88-c2cda183c588","html_url":"https://github.com/mbakgun/similarLoadingView","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/mbakgun%2FsimilarLoadingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbakgun%2FsimilarLoadingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbakgun%2FsimilarLoadingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbakgun%2FsimilarLoadingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbakgun","download_url":"https://codeload.github.com/mbakgun/similarLoadingView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528704,"owners_count":21445512,"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":["android","android-library","android-ui","customcomponents","java","library","loading","progress-view"],"created_at":"2024-11-17T05:23:44.935Z","updated_at":"2025-04-23T22:55:43.250Z","avatar_url":"https://github.com/mbakgun.png","language":"Java","readme":"# similarLoadingView : A stylish loading view for Android\r\n\r\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-similarLoadingView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6254)\r\n![](https://img.shields.io/github/license/mbakgun/similarLoadingView.svg)\r\n[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](http://twitter.com/share?text=Version+1.0.0+of+similarLoadingView+has+been+released%21+Grab+it+now+from+%23bintray+https%3A%2F%2Fbintray.com%2Fmbakgun%2FsimilarLoadingView%2FsimilarLoadingView%2F1.0.0%21)\r\n---\r\n\r\n\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"/usage.gif\" alt=\"similarLoadingView\" width= \"250px\"/\u003e\r\n\u003c/p\u003e\r\n\r\n## Implementation\r\n\r\nsimilarLoadingView, is a custom loading view for Android. It is very easy to use and customize. It draws your drawable on canvas with stylish design.\r\n\r\n## Gradle \r\n    compile 'similar.io.view:similarLoadingView:1.0.0'\r\n\r\n## Maven\r\n```xml\r\n\u003cdependency\u003e\r\n  \u003cgroupId\u003esimilar.io.view\u003c/groupId\u003e\r\n  \u003cartifactId\u003esimilarLoadingView\u003c/artifactId\u003e\r\n  \u003cversion\u003e1.0.0\u003c/version\u003e\r\n  \u003ctype\u003epom\u003c/type\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n## Sample App\r\n\r\n\u003ca href='https://play.google.com/store/apps/details?id=com.primemarin.similar.io\u0026hl=en' target='_blank'\u003e\u003cimg height='50' style='border:0px;height:50px;' src='/GooglePlay.png' border='0' alt='GooglePlay Link' /\u003e\u003c/a\u003e\r\n\r\n\r\n## Usage\r\n* In XML layout:\r\n```\r\n      \u003csimilar.io.view.SimilarLoadingView\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"match_parent\"\r\n        android:layout_centerHorizontal=\"true\"\r\n        android:layout_centerVertical=\"true\"\r\n        app:similar_animDuration=\"5000\"\r\n        app:similar_cornerRadius=\"40\"\r\n        app:similar_loadingDrawable=\"@drawable/loading\"\r\n        app:similar_maxAlpha=\"225\" /\u003e\r\n```\r\n\t \r\nYou can find which attributes you can use on xml below\r\n\r\n| Attribute | Usage | \r\n| --- | --- |\r\n| app:similar_loadingDrawable | @drawable/your_icon | \r\n| app:similar_animDuration | int millisecond Duration | \r\n| app:similar_cornerRadius | int radius of corners for each sliced image |  \r\n| app:similar_maxAlpha | int alpha 0 to Max amount for each animation change |  \r\n\r\n**v1.0.0**\r\n- Initial release .\r\n\r\n## Contact me\r\nAny questions:Please feel free to contribute by pull request, issues or feature requests.\r\n* Email: burak@mbakgun.com\r\n* Linkedin: https://www.linkedin.com/in/mehmet-burak-akgün-90a341a4/\r\n\r\n## License\r\n\r\n    Copyright 2017 Mehmet Burak Akgün\r\n\r\n    Licensed under the Apache License, Version 2.0 (the \"License\");\r\n    you may not use this file except in compliance with the License.\r\n    You may obtain a copy of the License at\r\n\r\n    http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n    Unless required by applicable law or agreed to in writing, software\r\n    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n    See the License for the specific language governing permissions and\r\n    limitations under the License.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbakgun%2Fsimilarloadingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbakgun%2Fsimilarloadingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbakgun%2Fsimilarloadingview/lists"}