Where would be a good place to start preparing our current applications to migrate over to the new Jetpack Compose code?
Could we start wrapping views in a construct that works similar to how it works already?
s
sngrekov
05/11/2019, 7:54 PM
I think its too early to begin such preparations, since Compose's api can be changed in unexpected direction
r
rkeazor
05/12/2019, 3:38 AM
Lol its entirely to early for that. just code like normally. It's no where near ready for production. I dont even think it will be ready this year.. maybe next year or 2
e
escodro
05/17/2019, 11:31 PM
I think is to early too, but Netflix's componentization seems a good start to separate the UI and logic.