huannguyen
08/05/2020, 7:42 AMRecyclerView
) would not work with a Composable
function. Anyone knows if there is any guide at this stage to convert such libraries to Compose
?Compose
. If the project used a lot of common in house UI libraries and there is no easy way of converting such libs to work with Composable
functions I guess the only option would be rewriting those libs with Compose
which probably is a huge task. So curious if there is a better wayJames Smith
08/05/2020, 9:35 AMhuannguyen
08/05/2020, 10:02 AMalexsullivan114
08/05/2020, 11:57 AMhuannguyen
08/05/2020, 3:20 PMCompose
that’d be a big task and the question would then be - is it worth to migrate. androidx.compose.ui.viewinterop.emitView
from the link above looks interesting tho.Zach Klippenstein (he/him) [MOD]
08/05/2020, 4:10 PMhuannguyen
08/07/2020, 2:19 PM