Question: If I want to use compose in an existing ...
# compose
k
Question: If I want to use compose in an existing view based application, is that possible? Googling shows mention of a GenerateView annotation, but apparently that was an old concept. Is there some new preferred Compose way of doing this? (I would like to be able to have a Compose function fill a view and still keep using views elsewhere in my app)
r
Is that what you’re looking for?
k
oh great! I can add it to a ViewGroup. Brilliant! thanks