Sam Afshari's Notes
  • GitHub
  • Twitter/X
  • Booklets
    • Ray Tracing & Rendering
    • Command & Conquer: Generals Engine
    • Doom Source Code
    • Wolfenstein 3D Source Code
  • All posts
  • Ed
  • NuGets
  • POIWorld
  • RedCorners

Creating Icon Sets for Xamarin.Forms

Sun, Sep 1, 2019

My AppIconMaker project lets you resize a large icon to all the different dimensions needed by the iOS App Store, as well as three sizes for Android, with the push of a button. If you’ve used the RedCorners.Forms template to create your projects, you can simply drag and drop the output files into your projects and replace the files. Everything fits perfectly!

iOS Icons

The following files are generated for the iOS target:

Tree of logo1024.png_ios
    Contents.json
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    icon_rect_1024.png

Android Icons

The following files are generated for the Android target:

Tree of logo1024t.png_droid
├───drawable-hdpi
│       icon.png
│
├───drawable-xhdpi
│       icon.png
│
└───drawable-xxhdpi
        icon.png

Back to Home


© Sam Afshari 2026