Skip to content

Commit

Permalink
Merge pull request #6 from rubensousa/readme_update
Browse files Browse the repository at this point in the history
Update readme with feature list with comparison
  • Loading branch information
rubensousa authored Nov 5, 2022
2 parents cdb822e + 8b99964 commit dc27c49
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- '**.md'
- '**.MD'
branches:
- 'master'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- '**.md'
- '**.MD'
branches:
- 'master'

Expand Down
29 changes: 16 additions & 13 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ androidTestImplementation 'com.rubensousa.dpadrecyclerview:dpadrecyclerview-test

## Feature comparison with Leanback's BaseGridView

| Feature | BaseGridView | DpadRecyclerView |
|-------------------------------|--------------|------------------|
| Customize View alignment |||
| Sub position focus |||
| Smooth view alignment changes |||
| Multiple span sizes |||
| Change orientation at runtime |||
| Disabling smooth scrolling |||
| Circular grid focus |||
| Continuous grid focus |||
| setLayoutEnabled |||
| setScrollEnabled |||
| Scroll in secondary direction |||
| Feature | BaseGridView | DpadRecyclerView |
|-----------------------------------|--------------|------------------|
| Customize View alignment |||
| Sub position focus |||
| Smooth view alignment changes |||
| Multiple span sizes |||
| Change orientation at runtime |||
| Disabling smooth scrolling |||
| Circular grid focus |||
| Continuous grid focus |||
| XML attributes for configuration |||
| Touch event scrolling |||
| Save children state automatically |||
| setLayoutEnabled |||
| setScrollEnabled |||
| Scroll in secondary direction |||

Features still planned:

Expand Down

0 comments on commit dc27c49

Please sign in to comment.