android - How to use number of activities in a single activities -


actually want use more 1 activity @ same time know if switch activities older 1 stops.but in cases want use 2 or 3 activities concurrently. please me out..

if want open more 1 activity open concurrently not possible if open second activity there 2 possibility first activity weather can

1) pause or

2) finish

in android not possible open more 1 activity concurrently

but if want business logic execute concurrently have different types of way like

1) using thread

2) using services

you can choose of option

if want load multiple activity within single tab(means not @ time open @ time 1 ) below blog you

see blog


Comments