Questions tagged [application-icon]

The tag has no usage guidance.

application-icon
Filter by
Sorted by
Tagged with
575 votes
16 answers
614k views

How to change the application launcher icon on Flutter?

When I create an app with a flutter create command, the flutter logo is used as an application icon for both platforms. If I want to change the app icon, shall I go to both platforms directories and ...
RobertoAllende's user avatar
154 votes
6 answers
211k views

How to change the icon of an Android app in Eclipse?

I am developing an app using Eclipse IDE Juno and Android SDK. How do I change my app's icon?
RSM's user avatar
  • 14.7k
47 votes
6 answers
93k views

How to assign Application Icon that will display in Task bar?

I am working on a Wpf desktop application, whenever i run my application it shows me a window and associated tab in the task bar(Normal windows feature). My problem is that the tab is using window's ...
viky's user avatar
  • 17.5k
29 votes
7 answers
24k views

Is it possible to display a wpf window without an icon in the title bar?

As we all know, if the icon for a wpf window is undefined then the default icon is displayed. I want to display a window without any icon in the title bar. I realise that I could use a blank image, ...
Michael Arnell's user avatar
26 votes
1 answer
13k views

How to provide different launcher icon per product flavour

I have a project defined by build.gradle file buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.5.6' } } apply plugin: 'android' ...
mar3kk's user avatar
  • 1,896
15 votes
5 answers
12k views

Qt for android: change the application icon

How would I change the icon of Qt project targeted for android so that the launcher of application has this icon?
Petr's user avatar
  • 14k
12 votes
5 answers
26k views

Hide application icon

I am doing an Android application. I want to hide the application icon in the emulator and I want to start my application by pressing some numbers, for instance 456#. Is there a way to do this?
sarath's user avatar
  • 157
10 votes
6 answers
11k views

App Icon not changing when app version is updated in iOS 5 simulator

I recently started using Xcode 4.2 and the iOS 5 simulator. When I update an older version of my app pre-installed in the simulator, it updates the app just fine but the app icon is not updated. Even ...
SAHM's user avatar
  • 4,139
8 votes
2 answers
12k views

Selected Icon Not being Applied on WPF App

I have changed the icon in the Main Project Properties Icon and Manifest option. Yet, after running the App, the default Icon is what shows up. Any idea why such odd behavior will occur?
Shamim Hafiz - MSFT's user avatar
7 votes
5 answers
10k views

Application icon does not appear after installing android app

I am developing an android app and when I install the app on android phone, the application icon does not appears in application section. But it appears in application manager and I can make ...
Thiha Zaw's user avatar
  • 816
6 votes
2 answers
6k views

Make a dynamic launcher icon

I want to create a launcher icon similar to the native Messaging application in Android. The icon of this app has an image but also have a dynamically changing number(a counter of some sort that ...
Lukap's user avatar
  • 31.8k
5 votes
3 answers
962 views

Hide and Display Application Icon

I want the user to be able to be hide and display the Application Launcher Icon. I found a solution at https://www.nexsoftsys.com/articles/how-to-hide-application-launcher-lcon-in-android.html I ...
user396707's user avatar
4 votes
2 answers
892 views

iPhone app - is settings icon really needed for releasing an app?

by reading http://www.weston-fl.com/blog/?p=840, I noticed that on the required list of icons, there is one for settings as well, is it really needed? Icon-settings.png 29 x 29 Universial ...
tom's user avatar
  • 14.5k
4 votes
1 answer
2k views

Why is my application icon not transparent?

In XAML, I am attempting to bind the window/application icon to an icon on the file system. In Window.xaml Icon="{Binding ApplicationIcon}" In AppViewModel.cs public ImageSource ApplicationIcon { ...
bsh152s's user avatar
  • 3,208
4 votes
0 answers
898 views

Use a PDF for iOS application icon

For asset catalog icons, Xamarin lets specify a single PDF, and it does all the bitmap conversion for you. Is there a similar method available for the application icons? It would be nice to not have ...
Edward Brey's user avatar
  • 40.9k
4 votes
3 answers
4k views

How to change the icon and label of an app once it is installed?

I am trying to change the icon and label of my app once it is installed. In the manifest, i put this code : <application android:icon="@drawable/ic_launcher" android:label="@string/...
Matthieu Coisne's user avatar
3 votes
4 answers
3k views

How to handle hi res and low res of application's Icon.png for iPhone and iPhone4

I have already provided both Icon.png (for iPhone) and [email protected] (for iPhone4). The thing is, when I just provided Icon.png of size 144x144, the console outputs this message: "iPhone/iPod Touch: ...
eunique0216's user avatar
3 votes
1 answer
1k views

Hide application icon from dock, but keep icon in task switcher?

It's possible to show/hide the application's icon from both the Dock and the Task Switcher by setting the "Application is agent (UIElement)" property to YES/NO. However, is it possible to have an ...
Alex's user avatar
  • 7,512
3 votes
1 answer
1k views

Python - Application and Upper Left Corner Icons

Hopefully, there's a simple solution to my problem. I have a Python tkinter application and all is working as expected. I used the following command to generate a standalone exe file for distribution. ...
TEL51's user avatar
  • 51
3 votes
1 answer
567 views

Anyone get this error when submitting to apple ITMS-90709?

I changed all photo's to remove alpha and i only get error on uploading, no other place. WARNING ITMS-90709: "Invalid Image Asset. The image asset 'App Icon - Small' in 'Payload/Hot On! homes....
scott's user avatar
  • 35
2 votes
5 answers
2k views

how to update app icon for my iPhone app?

We have an updated version of our app icon to replace the existing one, we tried to simply overwrite the old one (image file) with the new version (image file), build and then deploy, what we found on ...
tom's user avatar
  • 14.5k
2 votes
1 answer
776 views

Drawable-ldpi icon is missing

I have created an icons in Eclipse using the steps on accepted answer here But looks like drawable-ldpi is missing, is that fine? Please someone can explain why it does not have an icon? OR Should I ...
JunM's user avatar
  • 7,080
2 votes
5 answers
3k views

ionic cordovaSQLite plugin doesn't work on physical device

I want to add SQLite data to my mobile application in ionic I had followed the tutorial step by step in the following site https://blog.nraboy.com/2014/11/use-sqlite-instead-local-storage-ionic-...
khaled el omar's user avatar
2 votes
1 answer
5k views

Application Icon and Tile sizes for apps which works on windows phone 7.1, WP7.8 and WP8.0

I'm jus so confused about application icon sizes that need to be used for WP. My app works on all the three, 7.1 , 7.8 and 8.0. I use Windows Phone 8 SDK. This link gives the sizes need. My question ...
alfah's user avatar
  • 2,075
2 votes
1 answer
1k views

Where I can buy iOS tabbar icons one by one? [closed]

Hey! I am looking to buy some iOS icons for my apps tabbar, I want them to be retina display icons. I am looking for a place where I can buy icons one by one, as I rather not want to buy a pack as I ...
Samuli Lehtonen's user avatar
2 votes
0 answers
53 views

Task bar Icon getting referred from Desktop shortcut

I have a WPF project and in which the Application Icon is taken from a specific path using a converter and please find the sample code block. MainWindow.xaml.cs Icon="{Binding Converter={...
Venkat's user avatar
  • 2,569
1 vote
2 answers
938 views

Ionic serve throws this error code help please

Ionic serve throughs the error below when I run it. When I change color of tabs with default settings like from stable ---> to positive it works and makes the changes but when i try to override it ...
CMP's user avatar
  • 435
1 vote
1 answer
257 views

Hide UiApplication Icon on a BlackBerry?

I am creating a tracking application. Once configured, the application should always run in the background, without the knowledge of user. There is option to hide the application icon manually by ...
Nadhas's user avatar
  • 5,629
1 vote
2 answers
428 views

App icon with gloss effect on iTunes

Today i successfully release my new update to my app. Then i discover that my app icon on iTunes is without glossy effect, but not in iTunes website. Why this icons are different ? I changed nothing ...
Igor Prusyazhnyuk's user avatar
1 vote
1 answer
3k views

How do you make an icon that's compatible with Vista/7 and XP?

Is there a way to make an icon file that includes a high-res .PNG copy of itself to be used with Windows 7 and Vista, but also includes the old-school .ico format so that it works with XP? I recently ...
Sootah's user avatar
  • 1,781
1 vote
1 answer
433 views

How to check if an Android OS is forcing an application icon background color?

I am working with a team to develop a cross-platform application on mobile, and we're using Visual Studio 2015 and Xamarin.Forms v2.3.2.127. We have already created the application icons that we ...
Paul Karam's user avatar
  • 4,112
0 votes
1 answer
1k views

How to change an application icon programmatically in Android, 2016

I, as so many Android programmers before me, would like to change the Icon of my App from the inside. My App would be a simple WiFi Switch App, with an Icon that displays the state. Yes, WiFi is in ...
Flummox - don't be evil SE's user avatar
0 votes
1 answer
2k views

Adding an application icon to a freepascal/SDL program?

I have installed freepascal on Windows 7, but did not install an IDE. How do I add an icon to the program I am developing? I have searched using Google, but most results point to the Lazarus IDE ...
posfan12's user avatar
  • 2,591
0 votes
2 answers
1k views

From where clickonce get the value used in DisplayName from regedit?

From where the clickonce get the value used in DisplayName in the register HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XXXXXXXX ? I tried the change the application title and ...
Jack's user avatar
  • 16.5k
0 votes
1 answer
170 views

Save and load app in ionic framework

How do I save setting of app after close it and load this save when i open it again in ionic framework , for example : save checkbox and list then load them again please help me
Ali Karimi's user avatar
0 votes
1 answer
526 views

How to update ApplicationBadgeIcon in iPhone App?

I am using applicationiconbadge in my app. I am setting it to 100 and I have to decrement it till 0 and give some alerts in meanwhile. Now when I close my app by pressing homescreen, I can see badge ...
slonkar's user avatar
  • 4,075
0 votes
1 answer
61 views

Adding MenuItem to the allready existing WPF header Menu

What at the moment is, What i want I want to add an MenuItem to the existing Menu that opens when you click on the Application Icon. Thanks for the help.
TheCSharpPotato's user avatar
0 votes
1 answer
47 views

Issues retrieving jsonp with $http.jsonp

Code: When i past the url in the browser i can see all the objects when i try to it out on for example : link but I don't seem it to get it working in my code am i missing anything ? angular....
CMP's user avatar
  • 435
0 votes
0 answers
19 views

The icon obtained in 'applicationinfo' is different from the actual desktop icon

Trying to show application icon in my app. Firstly, i used Application.loadIcon(). That worked fine until an application 'lark' used AdaptiveIconDrawable, which crashed my app. The exception said ...
zheng liu's user avatar
0 votes
0 answers
36 views

Adding new Icons to MUI library

Is it possible to add new icons to MUI Library ? Please help us find some workarounds to add icons to the library. I coudld not able to find the appropiate icon for my product, so trying to add some ...
prabhakaran kannan's user avatar
0 votes
2 answers
1k views

How to make Oracle SQL Developer show an application icon?

When running Oracle SQL Developer v21.2.1.204 on Windows 10 it only shows a generic "plain text" icon in the task bar, not the application icon. I have tried to assign the icon found in file ...
blerontin's user avatar
  • 3,034
0 votes
1 answer
27 views

Enabled system app's launcher activity. still app icon is not displayed after OS upgrade

Initial version of my application had no launcher activity, Enabled it for the next release, but i am not seeing app icon after OS upgrade.
Shwetha K S's user avatar
0 votes
1 answer
167 views

How to fix Weird Drawable Rendering Android Studio

I am trying to create an icon for my Application but I am facing a strange issue : Android Studio is rendering in a really strange way the icons : I am using Android Studio 4.0.1 on Ubuntu 20.04 Is ...
Pierre HUBERT's user avatar
0 votes
1 answer
192 views

How to make setWindowIcon work properly in a stand-alone executable (Qt5.14 + VS2019)?

I am programming a Qt application in MS Visual Studio Community 2019. I am trying to add an icon to my application window with the following command, and I also have the corresponding file my_icon.ico ...
udavdasha's user avatar
0 votes
2 answers
2k views

How to change the icon that will be displayed on taskbar

In my WPF I set the application icon like below. Project property -> Application tab -> Resources Icon and manifest So I can see this icon on the wpf windows. but the icon of taskbar is default icon. ...
JS Guru's user avatar
  • 373
0 votes
1 answer
3k views

how to show badge counts on launcher icon in my android app?

I have tried below intent method but it does not work, Intent intent = new Intent("android.intent.action.BADGE_COUNT_UPDATE"); intent.putExtra("badge_count", 3); intent.putExtra("...
Dhayalu's user avatar
  • 113
0 votes
0 answers
299 views

Throw exception when trying to get icon from package name

I am trying to get an icon from a package name. The package name is getting passed to me through a socket. I am getting the package name and trying to use it to get the icon, but it is throwing an ...
Natalie's user avatar
  • 315
0 votes
1 answer
549 views

How to create custom Icons in Ionic framework for fuel stations and food courts

I need a requirement to have the food courts and fuel stations with google places API. I need to display in ionic (tab.html) as a separate modules for above two like fuel stations and food courts.
Anilkumar Bathula's user avatar
0 votes
0 answers
111 views

Effect on my application icon when it click by user android

How can I add effect for my application icon when it was pressed by user to launch my application. This is not done by theme, I have default android OS and the App which already this implemented was ...
Pratik's user avatar
  • 30.7k
0 votes
1 answer
1k views

UILocalNotification.applicationIconBadgeNumber doesn't work in iOS 5 !!!

I just moved to iOS 5 and found that UILocalNotification.applicationIconBadgeNumber stopped to work. When we create any localnotification , we can set applicationIconBadgeNumber. So when pop-up ...
harshit2811's user avatar