Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们计划将Jetpack compose用于我们新的内部应用程序。
但是在查看文档时,我发现将创建带有可组合注释的新方法来创建 UI。
所以我想知道,这不会显着增加最终构建的总体方法数。
我建议您不要在您的业务应用程序中使用它。现在,它并不稳定。android studio在4.0上支持,现在稳定版是3.5。
这是文件说
注意:Jetpack Compose 目前处于开发者预览版中。API 表面尚未最终确定,不应在生产应用程序中使用。
它的实现方式如Flutter和react-native。它只是 UI 框架。它使在代码中编写 UI 变得容易。对于方法计数,我认为它会增加。
Flutter
react-native