Questions tagged [application-icon]
51 questions
547
votes
14 answers
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 replace images there?, by platforms directories I…

RobertoAllende
- 8,744
- 4
- 30
- 49
154
votes
6 answers
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
- 14,540
- 34
- 97
- 144
47
votes
6 answers
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 icon for unknown file-type, I tried with Icon…

viky
- 17,275
- 13
- 71
- 90
29
votes
7 answers
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, however this would cause the text in the title bar…

Michael Arnell
- 1,008
- 1
- 9
- 16
26
votes
1 answer
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'
dependencies {
compile fileTree(dir: 'libs', include:…

mar3kk
- 1,886
- 2
- 17
- 21
15
votes
5 answers
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
- 13,747
- 20
- 89
- 144
12
votes
5 answers
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
- 157
- 1
- 2
- 7
10
votes
6 answers
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 with cleaning and building the app ahead of time…

SAHM
- 4,078
- 7
- 41
- 77
8
votes
2 answers
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
- 21,454
- 43
- 116
- 176
7
votes
5 answers
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 uninstallation. After googling, some said I need to…

Thiha Zaw
- 806
- 1
- 9
- 25
6
votes
2 answers
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 corresponds to the number of unread messages). Also…

Lukap
- 31,523
- 64
- 157
- 244
5
votes
3 answers
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 also found this same solution at
Hide application…

user396707
- 427
- 1
- 4
- 17
4
votes
2 answers
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 application icon for settings area. Alternative name:…

tom
- 14,273
- 19
- 65
- 124
4
votes
0 answers
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 to generate by hand all the different sizes…

Edward Brey
- 40,302
- 20
- 199
- 253
4
votes
3 answers
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 :
// 1st…

Matthieu Coisne
- 624
- 1
- 13
- 25