Questions tagged [launch]

The definition of a launch is an event at which something, such as an application/program is started.

1269 questions
-3
votes
1 answer

How do I make a Navigational Drawer Activity open when the app launches in Android Studio?

I am new to Android development (and development in general) and I'm working on a simple app. The app uses the built-in Navigational Drawer Activity template that comes with Android Studio. Everything is working correctly, but now my goal is to make…
-3
votes
2 answers

How to reset counter?

I want to show Interstitial ads whenever the app reaches 10 launches. So i count them with OnCreate{ prefs = getPreferences(Context.MODE_PRIVATE); editor = prefs.edit(); totalCount = prefs.getInt("counter", 0); totalCount++; …
George Lungu
  • 125
  • 2
  • 4
  • 16
-3
votes
1 answer

launch browser in android app

I am new to android programming. I try to develop one android app (has to be app so it can be managed by application manager control) to open the particular website in external browser in Android studio. I know I can use webview control. But the…
Zhu Liu
  • 13
  • 4
-3
votes
1 answer

Launch an app when iPhone turns on

I'm making an app that needs to be launched when the user turns on the Iphone. How can I make this? It is possible? Thanks!
Alberto Juarez
  • 444
  • 8
  • 23
-4
votes
1 answer

How do you Implement Landscape Launch Screen for iPhones?

How do you implement landscape launch screens for iPhones? I've seen the "plist duplicate" posts and added the arrays they suggested to my plist, and added my launch images to my xcassets file which is set as my launch image so it shows as just a…
-4
votes
1 answer

Can I set android launcher icon in Main Activity

We always know set android:icon in Manifest can set icon and logo, android:icon="drawable resource" Can I set logo icon in Main Activity with Java code? thanks for help
Ymow Wu
  • 193
  • 2
  • 2
  • 14
-5
votes
1 answer

How to create Custom Launch Screen with delay of actual App Loading Time in Swift?

How to create Custom Launch Screen with delay of actual App Loading Time in Swift ? Can somebody please tell me, how to do that? I create Custom Launch Screen using Storyboard, but i dont know how to calculate the Application Loading Time.
1 2 3
84
85