{"id":23897967,"url":"https://github.com/byteszero/mytimedialog","last_synced_at":"2025-04-10T17:05:16.036Z","repository":{"id":31838877,"uuid":"35405888","full_name":"BytesZero/MyTimeDialog","owner":"BytesZero","description":"自定义的Timepicker，有可以设置起始时间和结束时间","archived":false,"fork":false,"pushed_at":"2015-05-11T06:54:16.000Z","size":388,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T14:46:17.284Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BytesZero.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}},"created_at":"2015-05-11T06:18:05.000Z","updated_at":"2018-11-17T01:29:20.000Z","dependencies_parsed_at":"2022-09-11T00:11:33.524Z","dependency_job_id":null,"html_url":"https://github.com/BytesZero/MyTimeDialog","commit_stats":null,"previous_names":["byteszero/mytimedialog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMyTimeDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMyTimeDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMyTimeDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytesZero%2FMyTimeDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytesZero","download_url":"https://codeload.github.com/BytesZero/MyTimeDialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248260195,"owners_count":21074207,"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":"2025-01-04T17:19:22.493Z","updated_at":"2025-04-10T17:05:16.015Z","avatar_url":"https://github.com/BytesZero.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyTimeDialog\n自定义的Timepicker，有可以设置起始时间和结束时间\n###效果1,系统默认时间\n![](https://github.com/yy1300326388/MyTimeDialog/blob/master/imagedemo/QQ20150511-3%402x.png)\n```java\nnew MyTimeDialog(MainActivity.this,\"设置时间\", new MyTimeDialog.TimeSetListener() {\n    @Override\n    public void onSetTime(int startHour, int startMin, int endHour, int endMin) {\n        String content=startHour+\":\"+startMin+\"   \"+endHour+\":\"+endMin;\n        showToast(content);\n    }\n\n    @Override\n    public void onCancel() {\n\n    }\n}).show();\n```\n###效果2，自定义时间\n![](https://github.com/yy1300326388/MyTimeDialog/blob/master/imagedemo/QQ20150511-4%402x.png)\n```java\nnew MyTimeDialog(MainActivity.this, \"自定义时间\",3,24,5,45, new MyTimeDialog.TimeSetListener() {\n    @Override\n    public void onSetTime(int startHour, int startMin, int endHour, int endMin) {\n        String content=startHour+\":\"+startMin+\"   \"+endHour+\":\"+endMin;\n        showToast(content);\n    }\n\n    @Override\n    public void onCancel() {\n\n    }\n}).show();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteszero%2Fmytimedialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteszero%2Fmytimedialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteszero%2Fmytimedialog/lists"}