Skip to content

Instantly share code, notes, and snippets.

@numa08
Created June 8, 2014 15:25
Show Gist options
  • Save numa08/2d742be845003ec3ff64 to your computer and use it in GitHub Desktop.
Save numa08/2d742be845003ec3ff64 to your computer and use it in GitHub Desktop.
Option(getActivity)
.map { a =>
val queue = Volley.newRequestQueue(a)
(a, queue)}
.map { (a, q) =>
new KintaiItemAdapter(a, q)}
.foreach(setListAdapter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment