1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java6,238 stars (6,238 stars)1,461 forks (1,461 forks)batch import
expiredhelp wanted
Description
rt,我需要在自己的dialog上有个时间选择器,但是在这里,只能用项目自带的popup,而不能自定义
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Android developmentJavaUnderstanding of AndroidPicker library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- Read the existing source code of AndroidPicker to understand how the pickers are implemented as popups. Identify the common picker logic and refactor it into a reusable View component. Consider creating a demo that shows various pickers (date, time, option, etc.) with linked data. Check the issue comments for any previous discussion or maintainer feedback. Reference files like 'WheelPicker.java' or similar.