Example usage for android.support.v4.app ListFragment subclass-usage

List of usage examples for android.support.v4.app ListFragment subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.app ListFragment subclass-usage.

Usage

From source file com.airflo.preferences.DetailPreferenceFragment.java

/**
 * 
 * This Class is part of AirFlo.
 * 
 * It provides the Fragment for flightdetail preferences.
 * 

From source file com.appdynamics.demo.gasp.fragment.ReviewDetailsFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.customlbs.android.presentation.legal.LicenseListFragment.java

public class LicenseListFragment extends ListFragment {

    private ArrayList<String> licenses;
    private LicenseCallback callback;

    @Override

From source file MasterFragment.java

public class MasterFragment extends ListFragment {

    public interface OnMasterSelectedListener {
        public void onItemSelected(String countryName);
    }

From source file com.appdynamics.demo.gasp.fragment.EventDetailsFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.appdynamics.demo.gasp.fragment.UsersFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file com.github.ekulf.spotifystreamer.AboutFragment.java

public class AboutFragment extends ListFragment {

    public AboutFragment() {
    }

    @Override

From source file com.example.ljm7b.fitness_tracker.VideoListFragment.java

/***********************************************************************************
 * The MIT License (MIT)
    
 * Copyright (c) 2015 Scott Cooper
    
 * Permission is hereby granted, free of charge, to any person obtaining a copy

From source file br.com.maiconribeiro.popularmovies.VideoListFragment.java

/***********************************************************************************
 * The MIT License (MIT)
 * <p>
 * Copyright (c) 2015 Scott Cooper
 * <p>
 * Permission is hereby granted, free of charge, to any person obtaining a copy

From source file com.appdynamics.demo.gasp.fragment.RestaurantsFragment.java

/**
 * Copyright (c) 2013 Mark Prichard
 * <p/>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at