{"id":13492511,"url":"https://github.com/deano2390/MaterialShowcaseView","last_synced_at":"2025-03-28T10:32:15.590Z","repository":{"id":35960899,"uuid":"40251005","full_name":"deano2390/MaterialShowcaseView","owner":"deano2390","description":"A Material Design themed ShowcaseView for Android","archived":false,"fork":false,"pushed_at":"2023-04-01T09:36:02.000Z","size":293,"stargazers_count":2713,"open_issues_count":140,"forks_count":522,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-03-23T18:05:20.136Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deano2390.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}},"created_at":"2015-08-05T14:47:59.000Z","updated_at":"2025-03-16T17:16:24.000Z","dependencies_parsed_at":"2024-01-14T11:19:15.871Z","dependency_job_id":"47ee255d-cab3-4d9c-a3e2-d6ba49f07c9a","html_url":"https://github.com/deano2390/MaterialShowcaseView","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deano2390%2FMaterialShowcaseView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deano2390%2FMaterialShowcaseView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deano2390%2FMaterialShowcaseView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deano2390%2FMaterialShowcaseView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deano2390","download_url":"https://codeload.github.com/deano2390/MaterialShowcaseView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246012588,"owners_count":20709472,"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-07-31T19:01:06.658Z","updated_at":"2025-03-28T10:32:14.044Z","avatar_url":"https://github.com/deano2390.png","language":"Java","readme":"*Looking for collaborators to help maintain this library, drop me a line at me@deanwild.co.uk if you want to help.*\n\n# MaterialShowcaseView\nA Material Design themed ShowcaseView for Android\n\n\nThis library is heavily inspired by the original [ShowcaseView library][1].\n\nSince Google introduced the Material design philosophy I have seen quite a few apps with a nice clean, flat showcase view (the Youtube app is a good example). The only library out there however is the [original one][1]. This was a great library for a long time but the theming is now looking a bit dated.\n\n![Logo](http://i.imgur.com/QIMYRJh.png)\n\n\n![Animation][2]\n\n# Gradle\n--------\n\n[![jitpack][4]][5]\n\nAdd the jitpack repo to your your project's build.gradle at the end of repositories [Why?](#why-jitpack)\n\n/build.gradle\n```groovy\nallprojects {\n\trepositories {\n\t\tjcenter()\n\t\tmaven { url \"https://jitpack.io\" }\n\t}\n}\n```\n\nThen add the dependency to your module's build.gradle:\n\n/app/build.gradle\n```groovy\ncompile 'com.github.deano2390:MaterialShowcaseView:1.3.7'\n```\n\nNOTE: Some people have mentioned that they needed to add the @aar suffix to get it to resolve from JitPack:\n```groovy\ncompile 'com.github.deano2390:MaterialShowcaseView:1.3.7@aar'\n```\n\n# How to use\n--------\nThis is the basic usage of a single showcase view, you should check out the sample app for more advanced usage.\n\n```java\n\n\t// single example\n\tnew MaterialShowcaseView.Builder(this)\n\t\t.setTarget(mButtonShow)\n\t\t.setDismissText(\"GOT IT\")\n\t\t.setContentText(\"This is some amazing feature you should know about\")\n\t\t.setDelay(withDelay) // optional but starting animations immediately in onCreate can make them choppy\n\t\t.singleUse(SHOWCASE_ID) // provide a unique ID used to ensure it is only shown once\n\t\t.show();\n                \n                \n                \n                \n\t// sequence example            \n\tShowcaseConfig config = new ShowcaseConfig();\n\tconfig.setDelay(500); // half second between each showcase view\n\n\tMaterialShowcaseSequence sequence = new MaterialShowcaseSequence(this, SHOWCASE_ID);\n\n\tsequence.setConfig(config);\n\n\tsequence.addSequenceItem(mButtonOne,\n\t\t\"This is button one\", \"GOT IT\");\n\n\tsequence.addSequenceItem(mButtonTwo,\n\t\t\"This is button two\", \"GOT IT\");\n\n\tsequence.addSequenceItem(mButtonThree,\n\t\t\"This is button three\", \"GOT IT\");\n\n\tsequence.start();\n                \n```\n\n# Why Jitpack\n------------\nPublishing libraries to Maven is a chore that takes time and effort. Jitpack.io allows me to release without ever leaving GitHub so I can release easily and more often.\n\n# Apps using MaterialShowcaseView\n---------------------------------\n\n  * [Say It! - English Learning](https://play.google.com/store/apps/details?id=com.cesarsk.say_it) : An Android App aimed to improve your English Pronunciation. \n    * [Github Page](https://github.com/cesarsk/say_it)\n    \n  * [Queskr](https://play.google.com/store/apps/details?id=com.queskr.www.queskrandroidapp) : Social Q\u0026A at your fingertips\n\n# Learning Resources\n[https://medium.com/@yashgirdhar/android-material-showcase-view-part-1-22abd5c65b85][6]\n\n[https://1bucketlist.blogspot.com/2017/03/android-material-showcase-view-1.html][7]\n\n[https://blog.fossasia.org/tag/material-showcase-view/][8]\n\n\n\n# License\n-------\n\n    Copyright 2015 Dean Wild\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\n\n\n\n\n[1]: https://github.com/amlcurran/ShowcaseView\n[2]: http://i.imgur.com/rFHENgz.gif\n[3]: https://code.google.com/p/android-flowtextview/\n[4]: https://img.shields.io/github/release/deano2390/MaterialShowcaseView.svg?label=JitPack\n[5]: https://jitpack.io/#deano2390/MaterialShowcaseView\n[6]: https://medium.com/@yashgirdhar/android-material-showcase-view-part-1-22abd5c65b85\n[7]: https://1bucketlist.blogspot.com/2017/03/android-material-showcase-view-1.html\n[8]: https://blog.fossasia.org/tag/material-showcase-view/\n","funding_links":[],"categories":["Java","用户引导"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeano2390%2FMaterialShowcaseView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeano2390%2FMaterialShowcaseView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeano2390%2FMaterialShowcaseView/lists"}