gzu-liyujiang / gzu-liyujiang/AndroidPicker

out of range

Open
#169 2 comments 0 reactions 0 assignees View on GitHub
expired
Dominant language
Java
Stars
6.8k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

picker.setRangeStart(1950, 1, 1);
picker.setSelectedItem(mYear, mMouth, mDay);
picker.setRangeEnd(2050, 12, 31);

error : Item[2035] out of range

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the example using setRangeStart, setSelectedItem, and setRangeEnd, then trace how the picker validates the selected year. Confirm why 2035 is reported out of range despite the configured 1950–2050 range; the issue is done when a valid selected item in that range is accepted.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.