Hello Do you know if the compose multiplatform supports Android/iOS TV as well or not?
h
Hristijan
08/20/2024, 1:40 PM
No it doesn’t
m
Michael Krussel
08/20/2024, 1:44 PM
Seems like you could use it for Android TV, but it wouldn't be recommended.
> Use the TV version of APIs wherever possible. While it is technically possible to use the mobile version of Compose Material, it is not optimized for the unique style of interactions on Android TV. In addition, mixing Compose Material with Compose Material from Compose for TV can result in unexpected behavior. For example, because each library has its own
yes you can but there’s the compose-tv for android which you should use
Edit: the one you’ve mentioned
r
Rob
08/20/2024, 1:45 PM
and I can add a tv module for ios and android for the project and use it like that?
h
Hristijan
08/20/2024, 1:45 PM
just for Android
r
Rob
08/20/2024, 1:48 PM
and is there a plan to support apple tv?
c
chrisjenx
08/20/2024, 5:36 PM
The TV OS's are still super propriatary and controller support is really specific, I guess the best approach would be to create common business logic (apis/controllers/etc), then ui/interactions would probably be platform specific.