1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java919 stars (919 stars)126 forks (126 forks)batch import
help wanted
Description
Is it possible to have variable width pages?
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.
- 1-2 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.
- unclear
- Prerequisites
- Android developmentViewPager API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 15
- Research direction
- The issue asks whether variable width pages are possible with MultiViewPager. To implement, one would need to modify the ViewPager's page width calculations. Look at the source code in the repository, particularly the MultiViewPager class. There is no maintainer response. Understanding the existing implementation and Android's ViewPager measurement logic is required. A potential approach could involve overriding getPageWidth in a PagerAdapter.