How can I run FragmentActivity from Activity?
My MainActivity is a splash screen, and I want the FragmentActivity function to appear now.
I need something instead, like this:
startActivity(new Intent("com.example.manager.MyFragmentActivity"));
TIA.
android android-fragmentactivity
user1537004 Dec 07 '12 at 6:00 2012-12-07 06:00
source share