1 questions from the last 30 days
Advice
0
votes
0
replies
56
views
How to port the interfaces from Android's view. java to the jet-compose system
I already know that you can use AndroidView in compose to achieve this goal, but what I'm thinking is how to wrap the interface so that the calling object of the interface is composable. Like this:
...