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.
以前のアプリケーション用のアプリケーションを開発する方法は、プラグアンドプレイタイプです。私がアプリケーションを持っていて、そのテーマアプリケーションが今欲しいように。どうすればこのようなことができるのか教えてください。
ありがとう
テーマのリソース(スタイル、画像、色など)を保存することで、テーマアプリを作成できます。次に、アプリケーションで、次のコードを使用して別のアプリのリソースにアクセスできます。
Resources res = context.getPackageManager().getResourcesForApplication("com.example.foo")