I have developed this application which uses an ActivityGroup
to switch between Activity
s in a tab. I have downloaded the newest AdMob SDK, forcing me to use a targetSdkVersion
of 13 instead of 8. Because of that, I get the warning that ActivityGroup
is deprecated.
What is the new way of switching between Activity
s in a single tab? I'd rather keep my minSdkVersion
at 8. And are there any examples of it?