{"id":19703540,"url":"https://github.com/lukencode/contactchooser","last_synced_at":"2025-10-14T17:42:10.203Z","repository":{"id":1959003,"uuid":"2889428","full_name":"lukencode/ContactChooser","owner":"lukencode","description":"Contact chooser control for wp7","archived":false,"fork":false,"pushed_at":"2011-12-01T10:52:53.000Z","size":585,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T16:57:44.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/lukencode.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-12-01T07:32:29.000Z","updated_at":"2013-10-18T17:06:58.000Z","dependencies_parsed_at":"2022-08-06T11:16:19.287Z","dependency_job_id":null,"html_url":"https://github.com/lukencode/ContactChooser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukencode/ContactChooser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukencode%2FContactChooser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukencode%2FContactChooser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukencode%2FContactChooser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukencode%2FContactChooser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukencode","download_url":"https://codeload.github.com/lukencode/ContactChooser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukencode%2FContactChooser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020080,"owners_count":26086806,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11T21:18:10.754Z","updated_at":"2025-10-14T17:42:10.162Z","avatar_url":"https://github.com/lukencode.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Windows Phone doesnt have a plain contact picker (not address or phone) so I made one!\n\n```csharp\nprivate void button1_Click(object sender, RoutedEventArgs e)\n{\n\tvar contactChooser = new ContactChooserTask();\n\tcontactChooser.OnSelected += new EventHandler\u003cContactChooserEventArgs\u003e(contactChooser_OnSelected);\n\tcontactChooser.Show();\n}\n\nvoid contactChooser_OnSelected(object sender, ContactChooserEventArgs e)\n{\n\tMessageBox.Show(e.Contact.DisplayName);\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukencode%2Fcontactchooser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukencode%2Fcontactchooser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukencode%2Fcontactchooser/lists"}