Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Merge Enhancements branch into Master branch #3

Merged
merged 8 commits into from
Jan 4, 2025

Conversation

AliElDerawi
Copy link
Owner

No description provided.

setHasFixedSize(true) has multiple advantages, such as:
- Improved Performance
- Efficient Use of Resources
- Better Scrolling Experience
- Reduces Layout Passes
- Simplifies Layout Logic

You should use setHasFixedSize(true) when:
- The size of the RecyclerView itself does not depend on its adapter's content (e.g., fixed height and width in the layout).
- The items in the dataset do not affect the RecyclerView's overall dimensions (e.g., a vertical list with fixed-height items or a grid with uniform cell sizes).
…for better concurrent and hot value access.

The primary use of LiveData observable is for simplified navigation.
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi closed this Jan 4, 2025
@AliElDerawi AliElDerawi reopened this Jan 4, 2025
@AliElDerawi AliElDerawi merged commit 3be4f3b into master Jan 4, 2025
1 check passed
@AliElDerawi AliElDerawi deleted the enhancements branch January 4, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant