-
Notifications
You must be signed in to change notification settings - Fork 52
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
Migrate the About Page to Jetpack Compose #248
Comments
@Jag-Marcel This could be an issue that could be good to get into Jetpack Compose. Happy to help in whatever way possible :) |
Hello, I am new to Jetpack Compose and Android development, and I am eager to expand my knowledge by contributing to open source projects. If possible, I would like to collaborate on this issue. Thank you! |
Sure thing, @Dezzy12! Assigned and looking forward to the contribution :) Please let us know if you need any support! |
Cool, Let me get to setting up. I'll let you know if I encounter any issues |
Hii, @nebadesmondc if you haven't yet started this migration then can I work on it? |
Hello, @Saifuddin53 Yes you can. |
Thanks for passing it over, @nebadesmondc! Hope to work with you on another issue sometime :) @Saifuddin53, I would say let us know if you need help here normally, but then I see you have the PR up already 😊 Looking forward to the review! |
Closed by #260. Thanks for your fantastic work, @Saifuddin53. We hope to see you contribute more to the project. |
@Saifuddin53, we also have our bi-weekly developer sync that maybe you'd have interest in! It's every two Saturdays at 15:00 UTC. The next would be December 14th :) Would be great to have you join 😊 |
Thank you for the invite, would love to join @andrewtavis 🙂 |
Terms
Description
The current About page is implemented using XML and a Fragment. This issue involves migrating the About page to Jetpack Compose. The goal is to replace the XML layout with a Compose-based UI and update the fragment's content view to use Compose. This ensures that the app remains functional throughout the migration, and
ViewPager2
continues to work during the process.The migration will replace
RecyclerView
with Compose alternatives likeLazyRow
andLazyColumn
, removing the need for the existing adapter. For more details on handlingLazyRow
andLazyColumn
, refer to this document.Contribution
Happy to support in solving this issue or take this up myself :)
The text was updated successfully, but these errors were encountered: