{"id":17316425,"url":"https://github.com/larswerkman/skeletonloading","last_synced_at":"2025-06-27T16:32:15.651Z","repository":{"id":57726063,"uuid":"217145933","full_name":"LarsWerkman/SkeletonLoading","owner":"LarsWerkman","description":"Add skeleton loading to you existing layouts in Android","archived":false,"fork":false,"pushed_at":"2020-11-30T06:23:48.000Z","size":358,"stargazers_count":11,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T15:03:22.580Z","etag":null,"topics":["android","android-ui","skeleton","skeleton-loading","skeleton-template","ui","views"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/LarsWerkman.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}},"created_at":"2019-10-23T20:18:43.000Z","updated_at":"2023-12-21T21:58:52.000Z","dependencies_parsed_at":"2022-09-17T14:31:02.024Z","dependency_job_id":null,"html_url":"https://github.com/LarsWerkman/SkeletonLoading","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/LarsWerkman/SkeletonLoading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarsWerkman%2FSkeletonLoading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarsWerkman%2FSkeletonLoading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarsWerkman%2FSkeletonLoading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarsWerkman%2FSkeletonLoading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LarsWerkman","download_url":"https://codeload.github.com/LarsWerkman/SkeletonLoading/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarsWerkman%2FSkeletonLoading/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262293371,"owners_count":23288720,"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-ui","skeleton","skeleton-loading","skeleton-template","ui","views"],"created_at":"2024-10-15T13:12:59.331Z","updated_at":"2025-06-27T16:32:15.592Z","avatar_url":"https://github.com/LarsWerkman.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkeletonLoading \n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.larswerkman/skeletonloading/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.larswerkman/skeletonloading/)\n\n  \nA simple way to add Drawable based skeleton loading to your Android app.\n\n* Completely compatible with your current layout\n* No custom TextViews or any other views needed.\n* Lifecycle aware\n* Easily extendable\n* Build in Kotlin!\n\n\u0026nbsp;\n\u0026nbsp;\n\n![](docs/static/example_light.gif) \n![](docs/static/example_dark.gif)\n\n## Example\n\n```kotlin\nclass MainActivity : Activity() {\n\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        val loading = SkeletonLoading(\n            getDrawable(R.drawable.skeleton)!!,\n            AlphaAnimation(.1f, .6f)\n        )\n\n        loading.register(this)\n\n        val binder = loading.create {\n            sample_text_view.skeleton(SkeletonTextView.TextWidth.LINES, 1.2).bind()\n        }\n\n        binder.show()\n    }\n}\n```\n\n## Download\n```groovy\ndependencies {\n    implementation 'com.larswerkman:skeletonloading:0.0.7'\n    implementation 'com.larswerkman:skeletonloading-views:0.0.7'\n    implementation 'com.larswerkman:skeletonloading-animations:0.0.7'\n}\n```\n\n## License\n\n```text\nCopyright 2020 Lars Werkman\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarswerkman%2Fskeletonloading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarswerkman%2Fskeletonloading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarswerkman%2Fskeletonloading/lists"}