{"id":17595180,"url":"https://github.com/takuseno/calendarpicker","last_synced_at":"2026-06-05T12:31:11.086Z","repository":{"id":27993615,"uuid":"31487743","full_name":"takuseno/CalendarPicker","owner":"takuseno","description":"Library of date picker dialog for Android","archived":false,"fork":false,"pushed_at":"2015-06-28T02:30:05.000Z","size":1224,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T06:51:58.747Z","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/takuseno.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-03-01T05:22:45.000Z","updated_at":"2018-11-03T10:00:50.000Z","dependencies_parsed_at":"2022-08-02T10:52:49.040Z","dependency_job_id":null,"html_url":"https://github.com/takuseno/CalendarPicker","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/takuseno%2FCalendarPicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuseno%2FCalendarPicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuseno%2FCalendarPicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuseno%2FCalendarPicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuseno","download_url":"https://codeload.github.com/takuseno/CalendarPicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241922984,"owners_count":20042939,"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-10-22T07:38:41.167Z","updated_at":"2026-06-05T12:31:11.072Z","avatar_url":"https://github.com/takuseno.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalendarPicker\nLibrary of date picker dialog for Android\n\n##Usage\n\nAdd repository to your gradle file\n```gradle\nrepositories {\n    maven { url {'https://raw.github.com/takuseno/CalendarPicker/master/repository'}}\n}\n\ndependencies {\n    compile 'jp.gr.java_conf.androtaku.calendarpicker:calendarpicker:1.0.0'\n}\n```\n\nIn your Java Code\n```java\nCalendarPicker calendarPicker = new CalendarPicker();\ncalendarPicker.setDateSelectedListenr(new DateSelectedListener() {\n    @Override\n    public void onDateSelectedListener(int year, int month, int dayOfMonth) {\n        String date = \"\" + year+ \"/\" + month + \"/\" + dayOfMonth;\n        Toast.makeText(getApplicationContext(),date,Toast.LENGTH_SHORT).show();\n    }\n});\ncalendarPicker.show(getSupportFragmentManager(),\"calendar\");\n```\n##Screenshots\n\u003cp\u003e\n    \u003cimg src=\"screenshots/day.jpg\" alt=\"day\" width=\"270\" height=\"480\"/\u003e\n    \u003cimg src=\"screenshots/month.jpg\" alt=\"month\" width=\"270\" height=\"480\"/\u003e\n    \u003cimg src=\"screenshots/year.jpg\" alt=\"year\" width=\"270\" height=\"480\"/\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuseno%2Fcalendarpicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuseno%2Fcalendarpicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuseno%2Fcalendarpicker/lists"}