0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java1,324 stars (1,324 stars)275 forks (275 forks)batch import
enhancementhelp wanted
Description
Allow for a tab change listener when the user makes tab changes but hasn't pressed OK
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.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- 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 development basicsFamiliarity with material date range picker library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests a callback for tab changes in the date range picker before pressing OK. Since the issue has no comments or linked PRs, a contributor should examine the source code of the material daterange picker library to understand the existing tab implementation. Look for the tab hosting component (likely a ViewPager or TabLayout) and identify where a listener could be added. The maintainer should be consulted for guidance on the desired API signature, but the codebase is straightforward enough for a localized change.