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.
我是一名 android 开发人员,我正在开发一个具有多个用户界面的应用程序。
问题:在 github 上维护多个接口的最佳实践是什么?
感谢您的帮助:D
只需为不同的接口创建不同的分支。
我宁愿使用android环境的功能
您可以设置一个(基础)库android项目和N个依赖(gui)项目。依赖的项目可能有自己的代码和资源。
每个项目可能会在 git 中使用自己的主干