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.
Swing ベースの Java アプリケーションになる新しいソフトウェアを設計しています。私は現在、いつか私のアプリケーションを Android に移植することを望んで、GUI 層とビジネス層を完全に分離しています。Androidに移植するときは、新しい継承をGUIAbstractFactory.
GUIAbstractFactory
Android API は、未使用の Swing 依存関係を持つ私のコード ベースを構築しますか?それとも、Swing を参照するクラスを強制的に削除することになりますか?