Skip to main content

Questions tagged [app-startup]

Concerns that are a focus of application startup include configuration, startup time optimization, locking/threading/race conditions, preconditions, and configuration changes.

app-startup
1 vote
0 answers
20 views

Android app stuck at "Launching on Devices" or 'device 'DEVICEID' not found' error

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 ...
Twistios_Player's user avatar
0 votes
0 answers
19 views

My macOS app+helper is not in the "System Preferences/Login Item/Allow Background" list

I created a macOS app that can run in foreground (NSApplicationActivationPolicyRegular) and in background (NSApplicationActivationPolicyAccessory) and can be launched by an Helper (Login Item) and run ...
Leonardo's user avatar
  • 797
0 votes
0 answers
32 views

Initialize Flutter App with async operations & in-app locale retrieval while playing startup video

Let's say you have a Flutter App that you initialize using sth like: void main() { /// Required to assure that locking the device orientation and then running /// the app works as intended ...
DevelJoe's user avatar
  • 1,132
0 votes
2 answers
109 views

How do I save multiple startup projects as a separate start type in a visual studio 2022?

In visual studio there is a way to choose multiple projects for a startup via "Multiple startup projects" in a solution settings. I can even choose an order in which they are going to start ...
Constantine Ketskalo's user avatar
0 votes
0 answers
253 views

anndroid test fail java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider

I'm trying to run android tests from the terminal(gradlew connectedAndroidTest), all tests run and pass successfully, but at the end of the i'm filing with an errorTest run failed to complete. ...
Nurakhmet Zunun's user avatar
0 votes
0 answers
93 views

Flutter App does not start when boot-completed

I followed the guide provided on this StackOverflow page, yet every time I build my app, I keep getting this error message please what am I doing wrong? Launching lib/main.dart on TECNO KF7j in debug ...
Zionnite's user avatar
  • 433
0 votes
0 answers
60 views

Is there a way to remove UWP startup tasks entries from the Task Manager?

I've been looking at removing the startup entries for UWP apps, but it doesn't seem like there is any information online about it. From what I've discovered, they don't appear to be kept in any type ...
Nihal Thakur's user avatar
0 votes
1 answer
193 views

Stuck on startup page when flutter app reopens

Preface: I am using Flutter to develop an Android app.But I found that when I open the App and then switch to the background, and then reopen the App after a while, the App will be stuck on the ...
Silence's user avatar
  • 33
0 votes
0 answers
198 views

How to make android boot straight into an app without showing the UI

we're developing an app that runs on android tablets. The app is an DeviceOwner/Admin app (the device can be set up as COSU device if it helps) and runs in LockTaskMode (the full kiosk mode). We want ...
mgorgol-typesoft's user avatar
0 votes
0 answers
49 views

.NET 6 startup class - Dynamically update extension methods parameters without restart

Lets say I have a startup.cs class with the following extension method (.AddXYZ) from an internal team. builder.Services.AddXYZ(builder.Configuration, o => { o.Policy.Add(new ...
Subhasis's user avatar
  • 714
0 votes
1 answer
38 views

Change button property during an app startup

I have made a simple UWP app that comunicates with a network device. I have implemented an async method await GetStatus("PW?") which sends particular command and returns the device's status. ...
Marko Basta's user avatar
0 votes
0 answers
85 views

How to go to Launcher screen when home button is clicked in application's white screen?

I have an application where in onCreate() function heavy operation is performed. Thus when we launched an application, it displays white screen and then display the webview. Now client pressed the ...
Shadow's user avatar
  • 6,914
0 votes
1 answer
89 views

Where do I get benefits from usage App Startup library?

Where do I get benefits from usage App Startup library? The documentation only tells us how to create an object and not how to use it class MyPreferences : Initializer<SharedPreferences> { ...
Smekalisty's user avatar
2 votes
2 answers
1k views

Maui Blazor Set Startup Page on Open

Seems a simple enough task, but I'm stymied: I want to direct the startup page of the app based on a LocalStorage setting. I'm able to get (and set) LocalStorage without problem, but can't seem to ...
dwneder's user avatar
  • 57
1 vote
0 answers
87 views

Slow start onResume the application from the navigation button on real device?

While testing my application on a real device, it works fine onStart, but onPause application to open another one, the application doesn't react well on click to resume the application again, in the ...
Mahmoud Nabil's user avatar

15 30 50 per page
1
2 3 4 5
12