Migrate Show Detail screen to ComposeView
Closed this issue · 0 comments
akitikkx commented
Describe the solution you'd like
- Create
ShowDetailScreen
composable representing the current show detail screen - Replace all layout widgets with ComposeView in
fragment_show_detail.xml
- Update
ShowDetailFragment.kt
to reference the newly added ComposeView and referenceShowDetailScreen
composable as the composable to display - Represent cast list as composable list
- Remove
ShowCastAdapter.kt
and related viewHolder view