Questions tagged [application-name]
37 questions
0
votes
0 answers
What will be the name after downloading from Play Store if not specified android:label?
When I instal an app from a local machine directly to the phone without specified android:label in manifest, it will show package name instead of application name. I know that.
But what will happen if I download an app from Play Store where the…

Mykyta
- 3
- 1
0
votes
1 answer
How to use context without using application name?
Previously, I used an AppController class extends from Application and in Manifest, that is added. Now, I prepare a signupModel class. In this class, I need LayoutInflater because of context. But when debugging, context has AppController. However,…

nocmmnt
- 3
- 6
0
votes
2 answers
android project name and app name are different
I am doing an android project using Android Studio. My project name is "Policia". I run the project on emulator and it shows another name "LoginActivity". Actually its the launcher activity. How can I solve this??

Nisfan
- 149
- 3
- 15
0
votes
1 answer
Elmah applicationName="myApplication" isn't working
I've found many posts about this issue, however I cannot find any resolution or even hints of where to start to make the "applicaitonName" attribute work. It still shows the Application column as a blank value. I've tried this with multiple projects…

Joshua Holden
- 43
- 1
- 6
0
votes
1 answer
Getting ApplicationName
Can´t find a way to get my ApplicationName.
Found a static method to get and set app name but I am not sure how to use it.

Guilherme Longo
- 2,278
- 7
- 44
- 64
-1
votes
2 answers
How does the applicationName attribute actually work?
I am just wondering
why did asp.net team choose / as the default value of Membership Role application name rather than the project name that makes sense?
In addition, the application might not be deployed as the root application. It means that /…

Second Person Shooter
- 14,188
- 21
- 90
- 165
-2
votes
2 answers
Appname having dots at last of appname
I am having application name as "MYApplication" but it showing me as "MYApplica..." below app icon in mobile.
Now i want to show that fullname as application name, please give me any solution to fix this issue
Note : I have already set appname as…

Bhaumik Joshi
- 245
- 1
- 7
- 17