Example usage for android.support.v4.view ObservableScrollView.Callbacks interface-usage

List of usage examples for android.support.v4.view ObservableScrollView.Callbacks interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view ObservableScrollView.Callbacks interface-usage.

Usage

From source file pl.edu.agh.schedule.details.DetailFragment.java

/**
 * Displays the details about a classes.
 */
public class DetailFragment extends Fragment implements ObservableScrollView.Callbacks {

    private static final float PHOTO_ASPECT_RATIO = 1.7777777f;

From source file org.boliu.android.viewtrip.session.SessionDetailFragment.java

public class SessionDetailFragment extends Fragment implements ObservableScrollView.Callbacks {

    private static final String TAG = LogUtils.makeLogTag(SessionDetailFragment.class);

    private static HashSet<String> sDismissedFeedbackCard = new HashSet<>();

From source file ca.zadrox.dota2esportticker.ui.TeamDetailActivity.java

/**
 * Created by Acco on 12/9/2014.
 */
public class TeamDetailActivity extends BaseActivity implements ObservableScrollView.Callbacks {
    private static final String TAG = TeamDetailActivity.class.getSimpleName();

From source file koma.movieapp.ui.MovieDetailActivity.java

/**
 * An activity that shows detail information for a session, including session title, abstract,
 * time information, speaker photos and bios, etc.
 */
public class MovieDetailActivity extends BaseActivity
        implements LoaderManager.LoaderCallbacks<Movie>, ObservableScrollView.Callbacks {

From source file com.razza.apps.iosched.session.SessionDetailFragment.java

/**
 * Displays the details about a session. The user can add/remove a session from the schedule, watch
 * a live stream if available, watch the session on YouTube, view the map, share the session, and
 * submit feedback.
 */
public class SessionDetailFragment extends Fragment

From source file com.meetingcpp.sched.session.SessionDetailFragment.java

/**
 * Displays the details about a session. The user can add/remove a session from the schedule, watch
 * a live stream if available, watch the session on YouTube, view the map, share the session, and
 * submit feedback.
 */
public class SessionDetailFragment extends Fragment

From source file com.jjcamera.apps.iosched.session.SessionDetailFragment.java

/**
 * Displays the details about a session. The user can add/remove a session from the schedule, watch
 * a live stream if available, watch the session on YouTube, view the map, share the session, and
 * submit feedback.
 */
public class SessionDetailFragment extends Fragment

From source file com.google.samples.apps.iosched.session.SessionDetailFragment.java

/**
 * Displays the details about a session. The user can add/remove a session from the schedule, watch
 * a live stream if available, watch the session on YouTube, view the map, share the session, and
 * submit feedback.
 */
public class SessionDetailFragment extends Fragment

From source file ca.zadrox.dota2esportticker.ui.LiveContentView.java

/**
 * Created by Acco on 11/3/2014.
 */
public class LiveGameStatsActivity extends BaseActivity
        implements ObservableScrollView.Callbacks, LoaderManager.LoaderCallbacks<DotaGameData>, LiveContentView {

From source file ca.zadrox.dota2esportticker.ui.MatchDetailActivity.java

/**
 * Created by Acco on 10/28/2014.
 */
public class MatchDetailActivity extends BaseActivity implements ObservableScrollView.Callbacks {
    public static final String ARGS_MATCH_URL = "match_url";
    public static final String ARGS_GG_MATCH_ID = "gg_match_id";