Pergunta de entrevista da empresa Delivery Hero

What is Android launch mode

Resposta da entrevista

Sigiloso

4 de mar. de 2020

Launch mode of an activity allows to define how a new instance or the existing instance of an activity is associated with the current task and has the follow valid values: Standard, SingleTop, SingleTask and SingleInstance. The Standard is the default value.

1