🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) For iOS
  • 2) For Android

Was this helpful?

Change Application Icon

In this section we will guide you how to set app icon on Android and iOS.

PreviousChange Application NameNextRequired things of admin panel and application

Last updated 5 years ago

Was this helpful?

1) For iOS

  • For the application’s icon make sure you have a proper icon size with 1024 x 1024 format.

  • Without proper icon size, you will not be able to generate proper app icons.

  • Generate all icons from the icon generator online for ios and android.

  • Download all icons and unzip it.

  • Open Xcode and go to Assets -> AppIcon Folder.

  • Already FoonZone Icons Placed There.

  • Drag and drop all required icons with proper size format.

  • Make sure size should be proper otherwise it will give warning.

  • For ios, there is 1x,2x and 3x format.

2) For Android

  • For android, you need to use 512 x 512 size or 1024x1024 size of the icon.

  • Open the Android folder on the android studio.

  • Go to the Project->Main->Res.

  • Right-click on it , click on new and click on ”add new assets”.

  • It will open the assets view to select the path from where your icon is generated.

  • Select the 512 or 1024 sized icon.

  • Resize according to your requirement with the icon and arrange the background colour and click to next.

  • Clean your project, rebuild it and run your project on your device.

  • All basic set up has been done.

Icon Generator
Replace your icon with existing one
How to replace icon with existing one
Open Assets Folder for Change icon
Select 512 or 1024 size of icon from your local system
Resize the Image and fill the BG colour and press Next