D devmobile Active Member Licensed User Sep 21, 2017 #1 We use launch mode for each activity What is it? (singletop,singletask and other)
DonManfred Expert Licensed User Longtime User Sep 21, 2017 #2 Huh? What? I don´t understand the question Upvote 0
D devmobile Active Member Licensed User Sep 21, 2017 #3 I'm sorry i forgot to say we use launch mode in manifest for activity Upvote 0
D devmobile Active Member Licensed User Sep 21, 2017 #5 https://www.google.com/url?sa=t&rct...ode/en&usg=AFQjCNEMna_ExLEUaV12Uis7m220vl0ZoQ Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 22, 2017 #6 The default flag for activities started with StartActivity from an activity is: FLAG_ACTIVITY_REORDER_TO_FRONT Upvote 0
The default flag for activities started with StartActivity from an activity is: FLAG_ACTIVITY_REORDER_TO_FRONT
D devmobile Active Member Licensed User Sep 22, 2017 #7 Erel said: The default flag for activities started with StartActivity from an activity is: FLAG_ACTIVITY_REORDER_TO_FRONT Click to expand... Thanks Ommm is there other flags? I would like to learn it Upvote 0
Erel said: The default flag for activities started with StartActivity from an activity is: FLAG_ACTIVITY_REORDER_TO_FRONT Click to expand... Thanks Ommm is there other flags? I would like to learn it
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2017 #8 Other flags: https://developer.android.com/reference/android/content/Intent.html Upvote 0
D devmobile Active Member Licensed User Sep 24, 2017 #9 How do i use it in mu project?(because other flag not exist in b4a) Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2017 #10 You don't need to use other flags. Upvote 0