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

Sending data between activities