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

Deprecating Bento #100

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

YingChen0605
Copy link
Member

Problem

There are 2 competing technologies to build Android user interfaces, Android View System(XML), being around since the first version of Android in 2008 and Jetpack Compose, the new modern toolkit with first prod release in 2021. Bento was originally built to complement the Android View System, facilitating feature development for scrollable screens since 2017. With Jetpack Compose, we can achieve equivalent functionality much faster without the need for Bento. We are now deprecating Bento and fully embrace Jetpack Compose.

Solution

Update README to reflect the deprecation of Bento repository clearly.
Mark ComposeViewHolder as deprecated. ComposeViewHolder should only be used temporarily when gradually migrating to full Jetpack Compose. Use full Jetpack Compose when possible is recommended.

@YingChen0605 YingChen0605 force-pushed the ying/bentoDeprecation branch 5 times, most recently from 8dc338f to d18dc68 Compare July 11, 2024 05:57
@YingChen0605 YingChen0605 force-pushed the ying/bentoDeprecation branch from d18dc68 to b8bd812 Compare July 11, 2024 06:25
@YingChen0605 YingChen0605 merged commit 5f7a864 into Yelp:master Jul 11, 2024
4 checks passed
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.

4 participants