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)
Launching activity from a singleinstance activity
I have 3 activities:
A, B , C
A has singleInstance launchMode.
A is the main activity, which launches B, B launches C, then I press the home button and open the app again.
A is opened, but when A tr...
htafoya
Votes: 0
Answers: 1
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
How to reorder singleTask activity without creating new one?
I have 2 activity (Activity A and Activity B)
Activity A is singleTask and Activity B has standard launch mode.
When application started with Activity A and launch mode is singleTask, now from activit...
Vishal Patoliya ツ
Votes: 0
Answers: 1
Always retain a single instance of my MainActivity (launcher app)
I'm currently working on an app that is supposed to replace the devices whole UI. Therefore I'm using <category android:name="android.intent.category.HOME"/> in order to call it whene...
Mumbira
Votes: 0
Answers: 0