Skip to content

Instantly share code, notes, and snippets.

@youngam
Created September 27, 2017 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youngam/32840f9d383f8a2458864185e41e299a to your computer and use it in GitHub Desktop.
Save youngam/32840f9d383f8a2458864185e41e299a to your computer and use it in GitHub Desktop.
public class MasterFragment : Fragment() {
public fun navigateToSlave() {
(activity as MainActivity).navigate(from = this, to = SlaveFragment.newInstance())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment