org.scaloid

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait FollowParentBackButton extends Activity with SActivity

    Follows a parent's action of onBackPressed().

    Follows a parent's action of onBackPressed(). When an activity is a tab that hosted by TabActivity, you may want a common back-button action for each tab.

    Please refer to http://stackoverflow.com/questions/2796050/key-events-in-tabactivities

  2. trait PauseOnCall extends Playable

    Pause the running during the incoming call.

  3. trait Playable extends AnyRef

    A general abstraction of something that can be start and stop.

  4. abstract class PlayableConnector extends AnyRef

    Provides event notifications of a Playable.

  5. trait PreventRotateActivity extends Activity with SActivity

    Prevent the activity is rotated.

  6. class ResponsiveLayout extends SLinearLayout

    Responsive layout.

    Responsive layout.

    Refer to the URL below for more details:

    http://blog.scaloid.org/2013/02/android-multiple-layout-directory.html

  7. trait ScreenOnActivity extends Activity with SActivity

    Turn screen on and show the activity even if the screen is locked.

    Turn screen on and show the activity even if the screen is locked. This is useful when notifying some important information.

  8. trait StopOnCall extends PauseOnCall

    Pause the running during the incoming call.

  9. trait Styles extends AnyRef

    Provides minimalistic button styles.

    Provides minimalistic button styles.

    Button("Simple").backgroundDrawable(Sytles.yellow)
    Button("Styles").backgroundDrawable(Sytles.btn(0xff68B8FC))
  10. trait RunnableService extends AnyRef

    A service that can be start and stop.

    A service that can be start and stop.

    Annotations
    @deprecated
    Deprecated

    (Since version 3.6) Use PlayableConnecter instead.

  11. abstract class RunnableServiceConnector extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 3.6) Use PlayableConnecter instead.

Value Members

  1. object Styles extends Styles

  2. object UpdateEvent extends Enumeration

Ungrouped