开发者

Can we use Fragments for using number of activities within a single activities that runs concurrently

开发者 https://www.devze.com 2023-03-01 18:09 出处:网络
Is it possible to use fragments for number of activities within a single activities which runs concurrently.i want to know that if fragm开发者_StackOverflowents is same as activity.If i will use fragm

Is it possible to use fragments for number of activities within a single activities which runs concurrently.i want to know that if fragm开发者_StackOverflowents is same as activity.If i will use fragments Can it serve my purpose.


Fragments are not as activities. And they won't let you do what you want. I will repeat my self: use Services or AsyncTasks.

As for Fragments, they are more like reusable views.

0

精彩评论

暂无评论...
验证码 换一张
取 消