Skip to content

Instantly share code, notes, and snippets.

@RafaRuiz
Last active May 25, 2018 20:37
Show Gist options
  • Save RafaRuiz/5487663577f453bc480df9a53fc3dfea to your computer and use it in GitHub Desktop.
Save RafaRuiz/5487663577f453bc480df9a53fc3dfea to your computer and use it in GitHub Desktop.
View Presenter
interface SimpleListActivityViewPresenter {
fun loadBanner()
fun configureRecyclerView()
fun refreshView()
fun setOnClickListeners()
fun getActivity(): FragmentActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment