{"id":18270518,"url":"https://github.com/lupidan/PopoverView","last_synced_at":"2025-04-05T01:30:39.365Z","repository":{"id":146282387,"uuid":"4732781","full_name":"lupidan/PopoverView","owner":"lupidan","description":"A Popover Controller for Android Tablets. It's an easy solution to simulate an iOS UIPopoverController","archived":false,"fork":false,"pushed_at":"2012-07-18T22:02:51.000Z","size":351,"stargazers_count":202,"open_issues_count":6,"forks_count":64,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-02T02:52:44.336Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lupidan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-20T23:37:14.000Z","updated_at":"2024-08-15T10:54:32.000Z","dependencies_parsed_at":"2023-03-23T22:03:15.588Z","dependency_job_id":null,"html_url":"https://github.com/lupidan/PopoverView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupidan%2FPopoverView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupidan%2FPopoverView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupidan%2FPopoverView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupidan%2FPopoverView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lupidan","download_url":"https://codeload.github.com/lupidan/PopoverView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276022,"owners_count":20912285,"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-11-05T11:38:41.321Z","updated_at":"2025-04-05T01:30:38.579Z","avatar_url":"https://github.com/lupidan.png","language":"Java","readme":"PopoverView\n===========\n\nA Popover Controller for Android Tablets. It's an easy solution to simulate an iOS UIPopoverController\nBase example 9patch image comes from http://android9patch.blogspot.com.es/ :)\n\nShowing a popover controller is as easy as this\n\n\t//get root layout\n\tRelativeLayout rootView = (RelativeLayout)findViewById(R.id.rootLayout);\n\t\t\n\tPopoverView popoverView = new PopoverView(this, R.layout.popover_showed_view);\n\tpopoverView.setContentSizeForViewInPopover(new Point(320, 340));\n\tpopoverView.setDelegate(this);\n\tpopoverView.showPopoverFromRectInViewGroup(rootView, PopoverView.getFrameForView(v), PopoverView.PopoverArrowDirectionAny, true);\n\t\nYou can set more things as well, such as the drawable arrows or the drawable background of the popover view, as well as the fade time\nIt also has an interface to notice when the popover appears or dismiss.\n\t\n![Screenshot 1](https://github.com/lupidan/PopoverView/raw/master/Screenshot1.png \"Screenshot 1\")\n![Screenshot 2](https://github.com/lupidan/PopoverView/raw/master/Screenshot2.png \"Screenshot 2\")\n![Screenshot 3](https://github.com/lupidan/PopoverView/raw/master/Screenshot3.png \"Screenshot 3\")","funding_links":[],"categories":["Libs","etc"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupidan%2FPopoverView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupidan%2FPopoverView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupidan%2FPopoverView/lists"}