Skip to content

Instantly share code, notes, and snippets.

@RafaRuiz
Created January 4, 2018 15:54
Show Gist options
  • Save RafaRuiz/9c639a9399965baa288f3fb9701dcabd to your computer and use it in GitHub Desktop.
Save RafaRuiz/9c639a9399965baa288f3fb9701dcabd to your computer and use it in GitHub Desktop.
Presenter
interface SimpleListActivityPresenter {
fun onCreate()
fun onResume()
fun setOnBackPressed(backMore: AppCompatImageView)
fun setOnSignInClicked(moreSignInButton: Button)
fun setOnRegisterClicked(moreRegisterButton: Button)
fun refreshView(notLoggedInArea: View, recyclerView: RecyclerView)
fun configureRecyclerView(recyclerView: RecyclerView)
fun loadBannerImage(bannerImage: ImageView)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment