android - Instantiating activities into new tasks and processes -


I have an application with a multi-instance activity. I have used every example of the activity new function And would like to appear in the process.

Any suggestions on how to do this? By manipulating manifold, I can cause a special task and all instances of the activity appearing in the process, but I have not found any such way in which each example is Different work and process

(The need to do different tasks is that we want each instance of activity to appear separately in the job list; the need for different processes is that every instance of the activity is with the global state One part of the original code is supported, we can not change any of these.)

Well, You can use it but the documentation is very clear that you Could should not use it to use. It's possible that you can end up with a group of activity that the user does not have any way to get back.

I suggest that the architecture of your app may again be that you can store the link in the local service in the local state and any of it depends on intent That activity takes the right one from it.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -