what is savedInstanceState / Bundle

what is savedInstanceState / Bundle

The savedInstanceState parameter is a Bundle that provides data about the previous instance of the fragment, if the fragment is being resumed

Comments

Popular posts from this blog

what is in manifest

Sending data between activities