{"id":22556376,"url":"https://github.com/allybros/tooltip-bubble","last_synced_at":"2025-03-28T11:16:02.789Z","repository":{"id":230432200,"uuid":"435501988","full_name":"allybros/tooltip-bubble","owner":"allybros","description":"Tooltip Bubble is an information bubble creator tool. ","archived":false,"fork":false,"pushed_at":"2021-12-07T06:22:33.000Z","size":165,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-02T11:32:02.320Z","etag":null,"topics":["android","android-component","tooltip-library"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allybros.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-06T13:12:24.000Z","updated_at":"2024-01-01T17:06:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e0ae620-f45d-4c78-9e6e-f0112143a05a","html_url":"https://github.com/allybros/tooltip-bubble","commit_stats":null,"previous_names":["allybros/tooltip-bubble"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allybros%2Ftooltip-bubble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allybros%2Ftooltip-bubble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allybros%2Ftooltip-bubble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allybros%2Ftooltip-bubble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allybros","download_url":"https://codeload.github.com/allybros/tooltip-bubble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017725,"owners_count":20710240,"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-component","tooltip-library"],"created_at":"2024-12-07T19:12:17.468Z","updated_at":"2025-03-28T11:16:02.778Z","avatar_url":"https://github.com/allybros.png","language":"Kotlin","readme":"# TooltipBubble\n\n[![](https://jitpack.io/v/allybros/tooltipbubble.svg)](https://jitpack.io/#allybros/tooltipbubble)\n\nIt's a simple Tooltip.\n\n![image](https://user-images.githubusercontent.com/24457904/144897195-ff8a5eba-96c1-4a5c-89f2-003ae014ca91.gif)\n\n\n## Installing\n\n```\nAdd the code block to your project\n\n    allprojects {\n        repositories {\n            jcenter()\n            maven { url \"https://jitpack.io\" }\n        }\n   }\n   dependencies {\n        implementation 'com.github.allybros:TooltipBubble:1.0'\n   }\n```\n\n\n## How to use?\n\n- It can be use only with text.\n\n### Kotlin\n```\nBubble(\"Text\", activity: Activity).showBubble(view: View)\n```\n### Java\n\n```\nBubble bubble = new Bubble(\"Text\", activity: Activity, null, null, null, null);\nbubble.showBubble(view: View);\n```\n\n\n\n\n\n- Add new background, animation, up or down anchors.\n### Kotlin\n```\nBubble(     \"Text\", \n            activity: Activity,\n            background = R.drawable.new_layout, \n            anchorDownStyle = R.drawable.new_down_nav,\n            anchorTopStyle = R.drawable.new_top_nav,    \n            animationStyle = R.anim.new_animation).showBubble(view: View)\n```\n\n### Java\n```\nBubble bubble = new Bubble(\"Text\", activity, R.drawable.new_layout, R.drawable.new_top_nav, R.drawable.new_down_nav, R.anim.new_animation);\nbubble.showBubble(view: View);\n```\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallybros%2Ftooltip-bubble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallybros%2Ftooltip-bubble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallybros%2Ftooltip-bubble/lists"}