Package

io.taig.android.content

fragment

Permalink

package fragment

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait Jobs extends android.app.Fragment with Fragment

    Permalink

    A job queue that schedules its jobs for when the fragment is safe to use for Ui or transaction changes

    A job queue that schedules its jobs for when the fragment is safe to use for Ui or transaction changes

    All jobs will be automatically executed on the Ui thread

  3. trait Lifecycle extends android.app.Fragment with Fragment

    Permalink
  4. abstract class PagerAdapter extends android.support.v4.view.PagerAdapter

    Permalink

    An alternative FragmentPagerAdapter implementation, that allows to access the managed fragments

  5. trait Task[T] extends android.app.Fragment with Fragment with Jobs with Creditor[contract.Task[T]]

    Permalink

Ungrouped