Package

io.taig.android.content

activity

Permalink

package activity

Visibility
  1. Public
  2. All

Type Members

  1. trait Activity extends android.app.Activity with Contextual

    Permalink
  2. trait Asynchronous extends android.app.Activity with Activity

    Permalink

    A helper trait that mixes an enriched Future API into an Activity

    A helper trait that mixes an enriched Future API into an Activity

    This way it's possible to make fluent use of the Scala Future API.

    Future( "asdf" )
        .map( _ ⇒ Thread.sleep( 3000 ) )
        .map( _ ⇒ 1000 )
        .ui( ( activity, result ) ⇒ activity.myTextView.setText( result.toString ) )
  3. trait Lifecycle extends android.app.Activity with Activity

    Permalink

Value Members

  1. object Asynchronous

    Permalink

Ungrouped