{"id":22165799,"url":"https://github.com/tutorialsandroid/vspot","last_synced_at":"2025-06-28T00:03:06.456Z","repository":{"id":114468591,"uuid":"212982968","full_name":"TutorialsAndroid/VSpot","owner":"TutorialsAndroid","description":"A nice focus view intro for your app. Focus a specific view on first time launch","archived":false,"fork":false,"pushed_at":"2025-04-07T18:28:28.000Z","size":257,"stargazers_count":29,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-07T00:29:57.234Z","etag":null,"topics":["android","android-application","android-development","android-library","intro","introduction","javascript"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TutorialsAndroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-10-05T10:43:28.000Z","updated_at":"2025-04-07T18:28:31.000Z","dependencies_parsed_at":"2023-03-21T08:55:29.587Z","dependency_job_id":"325f3aa5-a018-4758-b033-f9d7c76dead7","html_url":"https://github.com/TutorialsAndroid/VSpot","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/TutorialsAndroid/VSpot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FVSpot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FVSpot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FVSpot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FVSpot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TutorialsAndroid","download_url":"https://codeload.github.com/TutorialsAndroid/VSpot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TutorialsAndroid%2FVSpot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262352494,"owners_count":23297680,"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-application","android-development","android-library","intro","introduction","javascript"],"created_at":"2024-12-02T05:16:41.600Z","updated_at":"2025-06-28T00:03:06.437Z","avatar_url":"https://github.com/TutorialsAndroid.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/TutorialsAndroid/VSpot/blob/master/sample/src/main/res/mipmap-hdpi/ic_launcher.png)\n\n# VSpot  [![API](https://img.shields.io/badge/API-26%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=26)     [![Known Vulnerabilities](https://snyk.io//test/github/TutorialsAndroid/VSpot/badge.svg?targetFile=sample/build.gradle)](https://snyk.io//test/github/TutorialsAndroid/VSpot?targetFile=sample/build.gradle) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/TutorialsAndroid/VSpot) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-VSpot-orange.svg?style=flat)](https://android-arsenal.com/details/1/7898)\n\n\n[`Heatic Debate App Download Now`](https://play.google.com/store/apps/details?id=com.asm.heatic)\n\n\n## Jitpack.io\n\n[![](https://jitpack.io/v/TutorialsAndroid/VSpot.svg)](https://jitpack.io/#TutorialsAndroid/VSpot)\n\nThis library allows to show intro of your app or a specific view that you want to high-light when you add new features to app.\n\n\n## And Don't Forget To Follow Me On Instagram\n\n\u003cp align=\"center\"\u003eFollow me on instagram to stay up-to-date https://instagram.com/coderx09\n  \n\n## Sample Screen\n\n![](https://github.com/TutorialsAndroid/VSpot/blob/master/art/device-2019-09-30-193059.png)\n\n## Installation\n\t\ngradle:\n\t\nAdd it in your root build.gradle at the end of repositories:\n```groovy\t\nallprojects {\n\trepositories {\n\t\t...\n\t\tmaven { url 'https://jitpack.io' }\n\t}\n}\n```\t\n\tStep 2. Add the dependency\n```groovy\t\n  implementation 'com.github.TutorialsAndroid:VSpot:v3.2.5'\n```\n## Sample usage in your activity:\n\n     new VSpotView.Builder(this)\n             .setTitle(\"Spoti Title Text\")\n             .setContentText(\"Spoti Description Text\\n .....Spoti Description Text\\n .....Spoti Description Text .....\")\n             .setGravity(VSpotView.Gravity.AUTO) //optional\n             .setDismissType(VSpotView.DismissType.outSide) //optional - default dismissable by TargetView\n             .setTargetView(view)\n             .setContentTextSize(12)//optional\n             .setTitleTextSize(14)//optional\n             .build()\n             .show();\n\t     \n## Change type face\n\n \t new VSpotView.Builder(this)\n                .setTitle(\"Spoti Title Text\")\n                .setContentText(\"Spoti Description Text\\n .....Spoti Description Text\\n .....Spoti Description Text .....\")\n                .setTargetView(view)\n                .setContentTypeFace(Typeface)//optional\n                .setTitleTypeFace(Typeface)//optional\n                .build()\n                .show();\n  \n## Change title and Content text size\n\n   \tnew VSpotView.Builder(this)\n                .setTitle(\"Spoti Title Text\")\n                .setContentText(\"Spoti Description Text\\n .....Spoti Description Text\\n .....Spoti Description Text .....\")\n                .setTargetView(view)\n                .setContentTextSize(12)//optional\n                .setTitleTextSize(14)//optional\n                .build()\n                .show();\n\t\t\n## Change Gravity\n\n\tnew VSpotView.Builder(this)\n             .setTitle(\"Spoti Title Text\")\n             .setContentText(\"Spoti Description Text\\n .....Spoti Description Text\\n .....Spoti Description Text .....\")\n             .setGravity(VSpotView.Gravity.CENTER)//optional\n             .setTargetView(view) \n             .build()\n             .show();\n\t     \n\t     \n## use Spannable for Content\n\t\n\t new VSpotView.Builder(this)\n                .setTitle(\"Spoti Title Text\")\n                .setTargetView(view)\n                .setContentSpan((Spannable) Html.fromHtml(\"\u003cfont color='red'\u003etesting spannable\u003c/p\u003e\"))\n                .build()\n                .show();\n                \t     \n## Set Listener \n\t\n      new VSpotView.Builder(MainActivity.this)\n                      .setTitle(\"Spoti Title Text\")\n                      .setContentText(\"Spoti Description Text\\n .....Spoti Description Text\\n .....Spoti Description Text .....\")\n                      .setGravity(VSpotView.Gravity.CENTER)\n                      .setTargetView(view1)\n                      .setVSpotListener(new VSpotView.VSpotListener() {\n                          @Override\n                          public void onDismiss(View view) {\n                             //TODO ...\n                          }\n                       })\n                       .build()\n                       .show();\n\n\n### DismissType Attribute\n\n| Type | Description |\n| ------ | ------ |\n| outside | Dismissing with click on outside of MessageView |\n| anywhere | Dismissing with click on anywhere |\n| targetView | Dismissing with click on targetView(targetView is assigned with setTargetView method) |\n\n## License\n\n* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n```\nCopyright 2019 VSpot\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutorialsandroid%2Fvspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftutorialsandroid%2Fvspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftutorialsandroid%2Fvspot/lists"}