Cleveroad / Cleveroad/AdaptiveTableLayout

Refactoring

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.9k
Forks
238
PR merge metrics
No merged PRs in 30d

Description

In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change `for (int i = 0; i < getItems().length; i++)` to `for (int i = 0; i < getColumnCount() - 1; i++)`

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate class BaseDataAdaptiveTableLayoutAdapter and its switchTwoRows method around line 72. Verify the requested loop-bound change there, then run the repository's relevant tests or checks to confirm the row-switching behavior remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Refactor
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.