{"id":15109584,"url":"https://github.com/florent37/fiftyshadesof","last_synced_at":"2025-09-27T10:31:45.340Z","repository":{"id":91120145,"uuid":"66860633","full_name":"florent37/FiftyShadesOf","owner":"florent37","description":"An elegant context-care loading placeholder for Android","archived":true,"fork":false,"pushed_at":"2020-07-02T11:42:59.000Z","size":1032,"stargazers_count":1107,"open_issues_count":5,"forks_count":147,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-09-25T23:05:09.633Z","etag":null,"topics":["android","custom","design","gray","grey","java","list","loader","loading","material","recycler","shade","view","waiting"],"latest_commit_sha":null,"homepage":"","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/florent37.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}},"created_at":"2016-08-29T16:28:42.000Z","updated_at":"2024-09-03T22:45:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4da47eed-e491-4de3-9de1-0a34422ad641","html_url":"https://github.com/florent37/FiftyShadesOf","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/florent37%2FFiftyShadesOf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFiftyShadesOf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFiftyShadesOf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florent37%2FFiftyShadesOf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florent37","download_url":"https://codeload.github.com/florent37/FiftyShadesOf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871972,"owners_count":16554475,"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","custom","design","gray","grey","java","list","loader","loading","material","recycler","shade","view","waiting"],"created_at":"2024-09-25T23:05:15.990Z","updated_at":"2025-09-27T10:31:44.694Z","avatar_url":"https://github.com/florent37.png","language":"Java","funding_links":["https://ko-fi.com/A160LCC'"],"categories":[],"sub_categories":[],"readme":"# FiftyShadesOf\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FiftyShadesOf-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/4505)\n\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\nAn elegant context-care loading placeholder for Android\n\n# Usage\n\n```java\nFiftyShadesOf.with(context)\n             .on(view1, view2, view3)\n             .start();\n```\n\n[![screen](https://raw.githubusercontent.com/florent37/FiftyShadesOf/master/media/fadein.gif)](https://www.github.com/florent37/fiftyshadedof)\n\n# Available attributes\n\n## View Selector\n\n```java\nFiftyShadesOf.with(context)\n\n             .on(R.id.view1, R.id.view2, R.id.view3) //views id\n\n             .on(view1, view2, view3) //views references\n             \n             .on(viewGroup) //group of views\n             \n             .except(view1, view2) //skip a view\n\n             .start();\n```\n\n## Cross\n\n(By Default)\n\n```java\nFiftyShadesOf.with(context)\n             .on(R.id.view)\n             .start();\n```\n\n[![screen](https://raw.githubusercontent.com/florent37/FiftyShadesOf/master/media/cross.gif)](https://www.github.com/florent37/fiftyshadedof)\n\n## Fade\n\n```java\nFiftyShadesOf.with(context)\n             .on(R.id.view)\n             .fadeIn(true)\n             .start();\n```\n\n[![screen](https://raw.githubusercontent.com/florent37/FiftyShadesOf/master/media/fadein.gif)](https://www.github.com/florent37/fiftyshadedof)\n\n# Download\n\n\u003ca href='https://ko-fi.com/A160LCC' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\nIn your module [![Download](https://api.bintray.com/packages/florent37/maven/FiftyShadesOf/images/download.svg)](https://bintray.com/florent37/maven/FiftyShadesOf/_latestVersion)\n```gradle\ncompile 'com.github.florent37:fiftyshadesof:1.0.0'\n```\n\n# Credits\n\nAuthor: Florent Champigny \n\nFiches Plateau Moto : [https://www.fiches-plateau-moto.fr/](https://www.fiches-plateau-moto.fr/)\n\n\u003ca href=\"https://goo.gl/WXW8Dc\"\u003e\n  \u003cimg alt=\"Android app on Google Play\" src=\"https://developer.android.com/images/brand/en_app_rgb_wo_45.png\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://plus.google.com/+florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/gplus.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/florent_champ\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/twitter.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/in/florentchampigny\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"https://raw.githubusercontent.com/florent37/DaVinci/master/mobile/src/main/res/drawable-hdpi/linkedin.png\" /\u003e\n\u003c/a\u003e\n\n\nLicense\n--------\n\n    Copyright 2016 florent37, Inc.\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Ffiftyshadesof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorent37%2Ffiftyshadesof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorent37%2Ffiftyshadesof/lists"}