I am programming a tablet application, API level 13 or higher. Therefore, I do not need a support library, i.e. android.support.v4.app.Fragment been replaced by android.app.Fragment and the like.
There was a neat android.support.v4.app.NavUtils class in the support library, but I cannot find an equivalent class in the higher APIs. So what replaced him or his methods? How can I use its methods without importing a support library? Is it possible?
android android-fragments android-support-library
Terry
source share