akitikkx/upnext

Migrate Show Detail screen to ComposeView

Closed this issue · 0 comments

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 reference ShowDetailScreen composable as the composable to display
  • Represent cast list as composable list
  • Remove ShowCastAdapter.kt and related viewHolder view