{"id":13604805,"url":"https://github.com/ujwal-coditas/MultiLamp","last_synced_at":"2025-04-12T02:31:39.825Z","repository":{"id":138143534,"uuid":"154625544","full_name":"ujwal-coditas/MultiLamp","owner":"ujwal-coditas","description":"Android library to showcase/highlight the multiple views on same overlay","archived":false,"fork":false,"pushed_at":"2018-11-14T04:44:05.000Z","size":154,"stargazers_count":232,"open_issues_count":3,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-02T19:36:14.536Z","etag":null,"topics":["android","android-library","gradle","guideview","highlight","multilamp","multipletargets","overlay","showcase","showcaseview","spotlight","tutorialview"],"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/ujwal-coditas.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":"2018-10-25T07:07:13.000Z","updated_at":"2024-07-23T07:55:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb6eea90-1fb1-4660-814a-d869241f9566","html_url":"https://github.com/ujwal-coditas/MultiLamp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujwal-coditas%2FMultiLamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujwal-coditas%2FMultiLamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujwal-coditas%2FMultiLamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujwal-coditas%2FMultiLamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujwal-coditas","download_url":"https://codeload.github.com/ujwal-coditas/MultiLamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223489658,"owners_count":17153796,"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-library","gradle","guideview","highlight","multilamp","multipletargets","overlay","showcase","showcaseview","spotlight","tutorialview"],"created_at":"2024-08-01T19:00:51.456Z","updated_at":"2024-11-07T09:30:59.131Z","avatar_url":"https://github.com/ujwal-coditas.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"\n# MultiLamp\n\nMultiLamp is simple and easy to use Android library to showcase/highlight the multiple views on the same overlay with some message. \n\n\u003cimg src=\"https://user-images.githubusercontent.com/12962409/47506382-8baa9200-d88d-11e8-8c93-8b671d72a5cf.png\" width=\"400px\"/\u003e\n\n## Gradle\n\n**Step 1 :**   Add it in your root build.gradle at the end of repositories:\n\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\n\n**Step 2 :** Add the dependency\n\n\tdependencies {\n\t        implementation 'com.github.ujwalthote:MultiLamp:2.0'\n\t}\n\n## Usage\n\n    MultiLamp multiLamp = new MultiLamp(activity);\n    ArrayList\u003cTarget\u003e targets = new ArrayList\u003c\u003e();\n    targets.add(new Target(btn1, \"This is button 1\", MultiLamp.RIGHT, new Circle(40)));\n    targets.add(new Target(btn2, \"This is button 2\", MultiLamp.LEFT, new Circle(40)));\n    targets.add(new Target(textView, \"This is textview\", MultiLamp.TOP, new Rectangle()));\n    multiLamp.build(targets);\n\nFor demo example, clone this repo and checkout the app module \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujwal-coditas%2FMultiLamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujwal-coditas%2FMultiLamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujwal-coditas%2FMultiLamp/lists"}