python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My SplashScreen doesn't change to my image
I am not sure what is wrong because I directly get an error even if I don't change anything (android:src="@mipmap/launch_image" />).
Keppler
Votes: 0
Answers: 0
android.intent.action.MAIN ERROR while launching on device
I'm trying to run this android app on my device but it keeps show this error and I did not find solution for it
$ adb shell am start -n "com.example.seniorproject/com.example.seniorproject.MainA...
Manal Fathi
Votes: 0
Answers: 0
Disable split screen mode for android launcher
I would like to exit split-screen mode when the home button is pressed on android 10.
I try a lot of solutions like setting android:resizeableActivity="false" in the manifest of my launcher ...
Hoàng Văn Lộc
Votes: 0
Answers: 0
Understanding Android Launch modes with splash screens
I have 3 activities: Splash (launcher), Login, Dashboard. When app is opened Splash waits some time and then starts Login, finishing itself. Then user can then navigate from Login to Dashboard.
I want...
htafoya
Votes: 0
Answers: 1