{"id":13643319,"url":"https://github.com/huzenan/EasyPickerView","last_synced_at":"2025-04-21T01:32:19.451Z","repository":{"id":201789047,"uuid":"72719696","full_name":"huzenan/EasyPickerView","owner":"huzenan","description":"A light Wheel Picker View for Android.","archived":false,"fork":false,"pushed_at":"2017-08-10T02:25:22.000Z","size":396,"stargazers_count":282,"open_issues_count":7,"forks_count":52,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-09T15:42:28.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/huzenan.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}},"created_at":"2016-11-03T07:30:09.000Z","updated_at":"2024-05-04T10:06:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b8c2af2-1425-41e6-a3ef-4eb4b55be6fc","html_url":"https://github.com/huzenan/EasyPickerView","commit_stats":null,"previous_names":["huzenan/easypickerview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyPickerView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyPickerView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyPickerView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzenan%2FEasyPickerView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huzenan","download_url":"https://codeload.github.com/huzenan/EasyPickerView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982608,"owners_count":21355732,"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-08-02T01:01:45.771Z","updated_at":"2025-04-21T01:32:18.677Z","avatar_url":"https://github.com/huzenan.png","language":"Java","funding_links":[],"categories":["选择器(Picker)"],"sub_categories":[],"readme":"# EasyPickerView\nA light PickerView for Android.\n\n## ScreenShots\n![picker](https://github.com/huzenan/EasyPickerView/blob/master/screenshots/picker.gif) \n![scale](https://github.com/huzenan/EasyPickerView/blob/master/screenshots/scale.gif)\n\n## Usage\n\u003elayout\n\n```xml\n    \u003ccom.hzn.easypickerview.EasyPickerView\n        android:id=\"@+id/cpv\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:paddingLeft=\"15dp\"\n        android:paddingRight=\"15dp\"\n        custom:epvRecycleMode=\"true\"\n        custom:epvTextColor=\"#4aa4a4\"\n        custom:epvTextMaxScale=\"2.0\"\n        custom:epvTextMinAlpha=\"0.35\"\n        custom:epvTextPadding=\"10dp\"\n        custom:epvTextSize=\"30sp\"/\u003e\n```\n\u003eActivity\n\n```java\n    cpv.setDataList(dataList);\n    cpv.setOnScrollChangedListener(new EasyPickerView.OnScrollChangedListener() {\n        @Override\n        public void onScrollChanged(int curIndex) {\n            // your codes.\n        }\n\n        @Override\n        public void onScrollFinished(int curIndex) {\n            // your codes.\n        }\n    });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzenan%2FEasyPickerView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuzenan%2FEasyPickerView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzenan%2FEasyPickerView/lists"}