Actually i want to use more than one activity at the same time but as i know if i switch to another activities the older one stops.But in some cases i want to use two or three activities concurrently.
So please help me out..
Actually i want to use more than one activity at the same time but
Share
If you want to open More than one activity open concurrently then it is not possible
If you open second activity then there are two possibility with first activity weather it can be
1) pause or
2) Finish
in android it is not possible for open more than one activity concurrently
but if you want some Business logic execute concurrently then you have different types of way like
1) Using Thread
2) Using Services
You can choose any of the option
If you want to load multiple activity within a Single Tab(means not at a time all open but at a time only one ) then the below Blog will help you
See this blog