<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sachin Motwani</title>
    <description>The latest articles on DEV Community by Sachin Motwani (@sachinmotwani02).</description>
    <link>https://dev.to/sachinmotwani02</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F933160%2F4872f2ec-f0da-456d-91ed-1510fcb00973.jpeg</url>
      <title>DEV Community: Sachin Motwani</title>
      <link>https://dev.to/sachinmotwani02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sachinmotwani02"/>
    <language>en</language>
    <item>
      <title>iOS vs Android: App Icon Guidelines for 2025</title>
      <dc:creator>Sachin Motwani</dc:creator>
      <pubDate>Tue, 07 Oct 2025 06:31:10 +0000</pubDate>
      <link>https://dev.to/sachinmotwani02/ios-vs-android-app-icon-guidelines-for-2025-5g4n</link>
      <guid>https://dev.to/sachinmotwani02/ios-vs-android-app-icon-guidelines-for-2025-5g4n</guid>
      <description>&lt;p&gt;Essential guide to designing app icons for both platforms with the latest updates — including iOS Liquid Glass and Android Material You enhancements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;iOS vs Android: App Icon Guidelines for 2025&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Designing the perfect app icon now means keeping up with major updates on both platforms. Here’s the essential info — no fluff.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s New:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;iOS 26&lt;/strong&gt;&lt;br&gt;
 — Liquid Glass Apple’s new “Liquid Glass” style adds translucent, light-responsive effects. Your existing PNGs still work, but .icon files built with Xcode's new Icon Composer unlock:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Light, dark, clear, and tinted modes&lt;/li&gt;
&lt;li&gt;Dynamic highlights and depth&lt;/li&gt;
&lt;li&gt;Layered SVG/PNG designs&lt;/li&gt;
&lt;li&gt;Android — Material You Upgrade Adaptive icons now pull colors from user wallpapers. Without a proper monochrome layer, your icon will look dated.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;iOS Requirements&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1024×1024px PNG, sRGB (P3 optional)&lt;/li&gt;
&lt;li&gt;No transparency, text, or pre-rounded corners&lt;/li&gt;
&lt;li&gt;Scales down to 29×29px cleanly&lt;/li&gt;
&lt;li&gt;Auto “squircle” mask (20% corner radius)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(Optional Liquid Glass)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Export layers as PNG/SVG&lt;/li&gt;
&lt;li&gt;Compile with Xcode 26&lt;/li&gt;
&lt;li&gt;Extra time for effect tuning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Android Requirements&lt;/strong&gt;&lt;br&gt;
Adaptive Icons&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Foreground + background layers (108×108dp each)&lt;/li&gt;
&lt;li&gt;Safe zone: 66×66dp for key elements&lt;/li&gt;
&lt;li&gt;PNG or vector&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Google Play&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;512×512px PNG&lt;/li&gt;
&lt;li&gt;Square shape — Google applies rounding/shadows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Material You&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add a monochrome 108×108dp layer for theming&lt;/li&gt;
&lt;li&gt;Design Principles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;iOS — Consistency &amp;amp; clarity Android — Boldness &amp;amp; flexibility&lt;/p&gt;

&lt;p&gt;Keep it simple: 2–3 elements, strong contrast, safe zone intact.&lt;/p&gt;

&lt;p&gt;Common Mistakes&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Cluttered icons 2. Poor contrast for dark/light modes 3. Ignoring safe zones 4. Transparency on iOS or pre-rounded icons on Android 5. Missing enhanced effects when they’d help&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Quick Checklist&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Audit against new rules&lt;/li&gt;
&lt;li&gt;Make Liquid Glass variants&lt;/li&gt;
&lt;li&gt;Add Android monochrome layer&lt;/li&gt;
&lt;li&gt;Test across devices &amp;amp; themes&lt;/li&gt;
&lt;li&gt;Design for both platforms from the start&lt;/li&gt;
&lt;li&gt;Check legibility at 29×29px&lt;/li&gt;
&lt;li&gt;Keep brand consistent&lt;/li&gt;
&lt;li&gt;Plan seasonal/A/B test variations&lt;/li&gt;
&lt;li&gt;Press enter or click to view image in full size&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Figma / Sketch / Illustrator — Design&lt;/li&gt;
&lt;li&gt;Icon Composer — iOS Liquid Glass&lt;/li&gt;
&lt;li&gt;
&lt;a href="//iconcraft.app"&gt;IconCraft&lt;/a&gt; — AI icon generation&lt;/li&gt;
&lt;li&gt;MakeAppIcon — Batch resizing&lt;/li&gt;
&lt;li&gt;Bottom line: The best 2025 icons combine clean design, platform-specific optimization, and adaptability for dynamic effects and user themes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try &lt;a href="//iconcraft.app"&gt;Iconcraft&lt;/a&gt; — Easiest tool to create high quality app icons&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Creating App Icons with Prompts</title>
      <dc:creator>Sachin Motwani</dc:creator>
      <pubDate>Mon, 09 Jun 2025 11:55:22 +0000</pubDate>
      <link>https://dev.to/sachinmotwani02/iconcraft-ai-tool-i-built-for-creating-app-icons-1op9</link>
      <guid>https://dev.to/sachinmotwani02/iconcraft-ai-tool-i-built-for-creating-app-icons-1op9</guid>
      <description>&lt;p&gt;Hey folks! 👋&lt;br&gt;
I wanted to share a side project I recently built – IconCraft, an AI-powered app icon generator. It's a simple tool that helps developers, indie makers, and designers quickly create unique app icons using AI.&lt;/p&gt;

&lt;p&gt;If you've ever struggled with designing icons or just wanted something fast and custom without opening Figma or hiring a designer, this might be for you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Floh74pvatzwl0vl0g33o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Floh74pvatzwl0vl0g33o.png" alt="Visual of app description " width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⚙️ How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It’s super simple:&lt;/p&gt;

&lt;p&gt;Type in your app idea like – "dream journal app" or "subscription tracker app"&lt;/p&gt;

&lt;p&gt;Choose a style from – Default, Minimal, Clean 3d, Frosted Glass.&lt;/p&gt;

&lt;p&gt;Get AI Prompt Suggestions or write your own prompt starting with the phrase "modern app icon featuring ..." and simply submit and your icon will be cooked within 5-10 seconds, beautiful and export ready!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fesslz0bq4na23kn3l202.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fesslz0bq4na23kn3l202.png" alt="Visual representation of AI suggestions and Style mode selection UI" width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's not just an app icon generator - its a complete suite of tools you need, to create perfect app icon that blends perfectly with your app idea and branding&lt;/p&gt;

&lt;p&gt;Editing tools :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;COLOR EDITING - Advanced color editing with intelligent segmented color editing&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CUSTOM LOGO - Got a logo already , simply upload it before generating the icon&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;STYLE REFERENCES - browse from AI generated app icon templated or upload your own icon inspiration for model to take reference!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1a2bo9ks1pg7b3w4dte.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1a2bo9ks1pg7b3w4dte.png" alt="Visual for 3 advanced features - segmented color editing, custom logo upload, style reference upload" width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚀 Try It Out&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can check it out here:&lt;br&gt;
👉 &lt;a href="https://iconcraft.app" rel="noopener noreferrer"&gt;Iconcraft AI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💡 What’s Next&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free App Icon Mockup Tool&lt;/li&gt;
&lt;li&gt;App Icon Marketplace&lt;/li&gt;
&lt;li&gt;RESTYLE feature in post processing&lt;/li&gt;
&lt;li&gt;User collections&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🙌 Would Love Feedback!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you try it, I’d love to hear what you think — good or bad. And if you’ve built anything with AI tools lately, drop a link or reply. Always curious to see what others are working on.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;br&gt;
— Sachin&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
