{"id":13637524,"url":"https://github.com/pedromassango/IBackdrop","last_synced_at":"2025-04-19T08:34:21.363Z","repository":{"id":97409120,"uuid":"139994650","full_name":"pedromassango/IBackdrop","owner":"pedromassango","description":"A library to simply use Backdrop in your project (make it easy). Read more -\u003e","archived":false,"fork":false,"pushed_at":"2019-10-16T22:24:02.000Z","size":1579,"stargazers_count":138,"open_issues_count":2,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T00:23:39.372Z","etag":null,"topics":["android","android-app","android-application","android-architecture","android-development","android-library","android-sdk","android-studio","android-ui","androidstudio","backdrop","jetpack","jetpack-sharebutton","kotlin-library","material","material-components","material-design","material-theme","material-ui","sdk-android"],"latest_commit_sha":null,"homepage":"https://blog.usejournal.com/android-material-design-components-backdrop-96a3044a3b2","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/pedromassango.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"pedromassango"}},"created_at":"2018-07-06T14:24:40.000Z","updated_at":"2023-11-28T20:03:35.000Z","dependencies_parsed_at":"2023-03-04T05:45:41.687Z","dependency_job_id":null,"html_url":"https://github.com/pedromassango/IBackdrop","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedromassango%2FIBackdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedromassango%2FIBackdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedromassango%2FIBackdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedromassango%2FIBackdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedromassango","download_url":"https://codeload.github.com/pedromassango/IBackdrop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223795272,"owners_count":17204137,"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-app","android-application","android-architecture","android-development","android-library","android-sdk","android-studio","android-ui","androidstudio","backdrop","jetpack","jetpack-sharebutton","kotlin-library","material","material-components","material-design","material-theme","material-ui","sdk-android"],"created_at":"2024-08-02T00:01:18.833Z","updated_at":"2024-11-09T06:31:23.232Z","avatar_url":"https://github.com/pedromassango.png","language":"Kotlin","readme":"# IBackdrop\n[![](https://jitpack.io/v/pedromassango/IBackdrop.svg)](https://jitpack.io/#pedromassango/IBackdrop)\n\nA library to setup a backdrop component in your project since for now there is no a easy way to implement that in our project. Words from official material link: \"A backdrop appears behind all other surfaces in an app, displaying contextual and actionable content\". Here is an example of what you get using this library:\n\n\n\u003cimg src=\"/screenshots/gif1.gif\" width=\"270\" height=\"480\"\u003e\n\n\n## Requirements\n- Android API level 16 or greater\n- Your favorite IDE\n\n## Setting up\n\n*Current version:*  [![](https://jitpack.io/v/pedromassango/IBackdrop.svg)](https://jitpack.io/#pedromassango/IBackdrop)\n\n\nGradle:\n\nStep 1. Add the JitPack repository to your build file.\nAdd it in your root build.gradle at the end of repositories:\n```groovy\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t\t...\n\t}\n}\n```\n\nStep 2. Adding Dependency\n```groovy\ndependencies {\n        ...\n\t    implementation 'com.github.pedromassango:IBackdrop:CURRENT-VERSION'\n\t    ...\n\t}\n```\n\nMaven:\n\nStep 1. Register jitpack.io\n```xml\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nStep 2. Add the dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.pedromassango\u003c/groupId\u003e\n    \u003cartifactId\u003eIBackdrop\u003c/artifactId\u003e\n    \u003cversion\u003eCURRENT-VERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n### Basic usage\n\nI wrote a step by step for how to use this library on Medium, follow the link: \nhttps://blog.usejournal.com/android-material-design-components-backdrop-96a3044a3b2\n\n### TODO\n\n- [x] Handle Device Orientation Changes (you can set it in your manifest's activity tag)\n- [x] Call Toolbar via XML (by reference)\n- [x] Set a custom animation duration \n- [x] Set a custom backdrop view size\n- [ ] set Inactive state to front layer when the back layer is visible (grey the layer)\n\n#### :heart: Star :heart: the repo to support the project or :smile:[Follow Me](https://github.com/pedromassango).Thanks!\n[![Twitter Follow](https://img.shields.io/twitter/follow/pedromassangom.svg?style=social\u0026label=Follow)](https://twitter.com/pedromassangom)\n","funding_links":["https://patreon.com/pedromassango"],"categories":["Android"],"sub_categories":["Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedromassango%2FIBackdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedromassango%2FIBackdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedromassango%2FIBackdrop/lists"}