app-startup Questions

4

The app can not be launched. It is stuck for a very long time in "Launching on Devices" (it seems to not stop). Sometimes instead of beeing stuck it gives the error 'device 'DEVICEID' not...
Kleist asked 16/7 at 17:27

18

Solved

I have an android app which displays a white screen for 2 seconds on startup. My other apps don't do this, but this one does. I have also implemented a splashscreen with the hope that it would fix ...
Morena asked 12/12, 2013 at 14:52

2

As part of Jetpack, there is now a library to handle App Startup. Specifically, you can implement a component initializer for any of your dependencies, apparently ones that use ContentProvider for ...

2

I'm trying to set up Polly in .Net Core 3.1 (Azure Functions v3). I want to create a Policy in the Startup class which I can inject into functions. The behaviour that I'm looking for is: It sh...
Foray asked 15/6, 2020 at 5:21

2

I'm currently searching for a while how I can implement the following feature with Flutter for Android and IOS apps: When the application is opened the first time after a version update I'd like to...
Copp asked 14/2, 2020 at 12:27

4

Solved

We are developing a cross platform app on a PCL, but for the time being we are only using android devices for testing. Our concern is that its taking about 6 to 8 seconds (depending on which device...

2

Solved

I am using SQL Server 2012 I would like to enable -T1118 at server level can somebody please help me to enable it?
Basin asked 1/3, 2014 at 6:48

5

Solved

I have a Website Project I've converted to .NET 4.5. I'd like to use the AuthConfig that I've seen added to the App_Start directory. A couple of questions. Is the App_Start directory only availabl...
Giacopo asked 9/1, 2013 at 3:58

3

Solved

For the ability to verify the startup and shutdown of our Spring Boot applications we want to configure a startup.log and shutdown.log capturing events that bootstrap and shutdown the application. ...
Adelina asked 19/8, 2015 at 16:50

2

I've recently adopted Easylogging++ in my C++ application and have run into what I hope is just something left out of their documentation. I would like my log file to be cleared each time my appli...
Culpa asked 28/11, 2014 at 19:14

3

This seems like it should be easy, so I must be missing something obvious: I have 4 standalone applications in the same package, us.glenedwards.myPackage, myClass1 extends Application myClass2 e...
Chemotaxis asked 8/9, 2015 at 18:21

1

I am using DotTrace Performance (v 5.5.4) on my web application. I am trying to optimize the page load time after cold starting the MVC 5 application. Looking at the main thread on the snapshot, it...
Basilio asked 17/8, 2015 at 13:50

3

I have a WinForms application written in VB.NET for Framework 4.5. I noticed that the startup time of the application is unusually long (other applications I have written that are doing even more w...
Thump asked 15/12, 2014 at 19:2

2

I've been asked to reduce the startup time of an iOS application. I am very familiar with the platform/tools in general but I haven't focussed upon application startup time before. I'm wondering if...
Penny asked 17/9, 2011 at 14:29

1

Need to call a EJB service from the servlet context listener's contextInitialized() method. Application is running on JBOSS, though the context listener works fine, I'm not able to access the EJB b...
Allegorical asked 19/6, 2014 at 7:6

4

The users of my app can choose if they want (or not) launch my app at their session startup. To do this, I use LSSharedFileListRef as described here : How do you make your App open at login? What...
Woven asked 4/1, 2013 at 17:40

1

Solved

I want to run an application at startup. I understand there a few options. I'm most interested in the options below: The registry approach: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVer...
Eldest asked 28/8, 2012 at 2:29

3

Solved

I've gone rounds with this ever since I started programming classic ASP 12 (or so) years ago and I've never found a great solution because the architecture of ASP and ASP.NET has always been a swam...
Goodrich asked 23/7, 2010 at 12:31

3

Solved

I have a WPF database viewer application: It's a simple main window containing a user control with a data grid showing the data extracted from an SQLite database. The problem is that this applicati...
Bereft asked 18/1, 2011 at 13:45

3

Solved

I'm trying to profile the startup time of my application, so I wrote a small C# program that will start my application using the Process.Start() method, and time it using a stopwatch. When I try t...
Gensmer asked 27/8, 2010 at 1:33
1

© 2022 - 2024 — McMap. All rights reserved.