
Icons | API reference | Android Developers
Build AI-powered Android apps with Gemini APIs and more. Get started Get started Start by creating your first app. Go deeper with our training courses or explore app development on your own. Hello …
Create app icons | Android Studio | Android Developers
Aug 4, 2025 · Android Studio includes a tool called Image Asset Studio that helps you generate your own app icons from material icons, custom images, and text strings. It generates a set of icons at the …
Drawable resources | App architecture | Android Developers
Feb 10, 2025 · A drawable resource is a general concept for a graphic that can be drawn to the screen and that you can retrieve with APIs such as getDrawable(int) or apply to another XML resource with …
Adaptive icons | Views | Android Developers
4 days ago · To learn how to create adaptive icons using Android Studio, see our Android App icon Figma template or Android Studio documentation for creating launcher icons.
Icon | API reference | Android Developers
Comprehensive guide to Android Icon API, detailing its usage and functionality for developers.
Add multi-density vector graphics - Android Developers
Jan 3, 2024 · Android Studio includes a tool called Vector Asset Studio that helps you add material icons and import Scalable Vector Graphic (SVG) and Adobe Photoshop Document (PSD) files into your …
Icons | Jetpack Compose | Android Developers
4 days ago · The Icon composable is a convenient way to draw a single color icon on screen that follows Material Design guidelines. To use Icon, include the Compose Material library (or the Compose …
自适应图标 | Views | Android Developers
Aug 25, 2022 · 如需了解如何使用 Android Studio 创建自适应图标,请参阅我们的 Android 应用图标 Figma 模板 或 有关创建启动器图标的 Android Studio 文档。
Change the app icon | Android Developers
May 8, 2024 · This codelab provides you with image source files for the Affirmations app launcher icon. You will use a tool in Android Studio, called Image Asset Studio, to generate different versions of the …
Drawables overview | Views | Android Developers
Jun 27, 2024 · App icons, logos, and other graphics, such as those used in games, are well suited for this technique. To use an image resource, add your file to the res/drawable/ directory of your project. …