I am using the latest AppCompatActivity (android.support.v7.app) and in the MainActivity, I am using the normal Fragment(android.app.Fragment) and getFragmentManager(instead of getSupportFragmentManager).
Anyone aware of any problems if we mix Fragments from support library?
I am facing some weird behavior in my application as posted in below question?
Android parentActivity not getting recreated after startActivityForResult returns