|
|
|
|
|
by on_and_off
3319 days ago
|
|
Not really. You don't have direct access to Android's API with C#, you use a dedicated runtime wrapping your calls and allowing you to interact with the framework. This comes with a very large variety of issues. With kotlin, you have 100% interop for free. |
|