issues
search
VictorKabata
/
Notflix
Kotlin Multiplatform playground
598
stars
88
forks
source link
Designed details screen
#16
Closed
Kagiri11
closed
2 years ago
Kagiri11
commented
2 years ago
VictorKabata
commented
2 years ago
Pending:
Pass movie id from home screen on movie item clicked
Remove instance oh home viewmodel from details screen
Pass movie url correctly
Variable naming in Details ViewModel (refer from other viewmodels)
Use column instead of constraint layout in details screen (Priority)
Pass movie text font size as text attribute
Pass correct format of release date
Check if release date is null and don't display release date if blank
Remove hardcode text from composables
Display correct format of movie rating
Movie popularity UI positioning
Use column instead of constraint layout in Movie Overview section
Remove movie overview as an independent composable
Make ItemMovieCast an independent composable component
Use column instead of constraint layout in ItemMovieCast
Display movie actor missing placeholder
Remove ItemSimilarMovie as an independent composable
Use column instead of constraint layout in SimilarMovieSection
Variable naming of list item: SimilarMovieItem (refer from components package)
Use column instead of constraint layout in SimilarMovieItem
Detail painter should not be a function(refer from Home Screen)
Counter check the dimension(font sizes, spacing) from the xml values (refer from main branch)
Collapsing toolbar with options menu
Spacing at the bottom of details screen ( refer from Home Screen)