androidandroid-studioactivitygroup

Android Activity Group use


how to use Activity Group in android application so that the different activities are able to navigates with the intent ?? can any one give me better coding example to use activity group in android ??


Solution

  • as stated ActivityGroup is deprecated. Nowadays Android Developers are using Fragments with FragmentManagers.

    They are pretty simple to use and more flexible to handle. If you want to have downwards compatibility you're able to use the compability-library