List of usage examples for android.os Handler.Callback interface-usage
From source file com.bitants.wally.fragments.RandomImagesFragment.java
/** * RandomImagesFragment is responsible for showing the user a randomized list of wallpapers. * * Created by Freddie (Musenkishi) Lust-Hed on 2014-02-28 */ public class RandomImagesFragment extends GridFragment
From source file com.ovrhere.android.currencyconverter.ui.fragments.MainFragment.java
/** * The main fragment where values are inputed and results shown. * @author Jason J. * @version 0.5.2-20141109 */ public class MainFragment extends Fragment implements Handler.Callback, OnItemLongClickListener {
From source file com.appsimobile.appsii.module.home.YahooLocationChooserDialogFragment.java
/** * Dialog fragment that pops up when touching the preference. */ public class YahooLocationChooserDialogFragment extends DialogFragment implements TextWatcher, Handler.Callback, LoaderManager.LoaderCallbacks<CircularArray<YahooWeatherApiClient.LocationSearchResult>>, View.OnClickListener {
From source file ch.teamuit.android.soundplusplus.LibraryPagerAdapter.java
/** * PagerAdapter that manages the library media ListViews. */ public class LibraryPagerAdapter extends PagerAdapter implements Handler.Callback, ViewPager.OnPageChangeListener, View.OnCreateContextMenuListener, AdapterView.OnItemClickListener { /**
From source file ch.blinkenlights.android.vanilla.LibraryPagerAdapter.java
/** * PagerAdapter that manages the library media ListViews. */ public class LibraryPagerAdapter extends PagerAdapter implements Handler.Callback, ViewPager.OnPageChangeListener, View.OnCreateContextMenuListener, AdapterView.OnItemClickListener { /**
From source file com.alibaba.weex.WXPageActivity.java
public class WXPageActivity extends WXBaseActivity implements IWXRenderListener, Handler.Callback, WXSDKInstance.NestedInstanceInterceptor { private static final String TAG = "WXPageActivity"; public static final String WXPAGE = "wxpage"; public static Activity wxPageActivityInstance;
From source file com.cleverzone.zhizhi.capture.CaptureActivity.java
/**
* This activity opens the camera and does the actual scanning on a background thread. It draws a
* viewfinder to help the user place the barcode correctly, shows feedback as the image processing
* is happening, and then overlays the results when a scan is successful.
*
* @author dswitkin@google.com (Daniel Switkin)
From source file com.google.android.apps.santatracker.dasherdancer.DasherDancerActivity.java
public class DasherDancerActivity extends FragmentActivity implements OnGestureListener, OnScaleGestureListener, Handler.Callback, Listener, SensorEventListener, AnimatorListener, OnPageChangeListener, SignInListener { /** * Extra key used to pass back the character id that should be selected, set by the CharacterActivity. */
From source file com.musenkishi.wally.fragments.SearchFragment.java
/** * The fragment used for searching wallpapers. * * Created by Freddie (Musenkishi) Lust-Hed on 2014-05-11. */ public class SearchFragment extends GridFragment implements RecyclerImagesAdapter.OnSaveButtonClickedListener,
From source file com.musenkishi.wally.activities.ImageDetailsActivity.java
/** * Activity for showing image and any other information about the image. * Created by Musenkishi on 2014-03-05 20:23. */ public class ImageDetailsActivity extends BaseActivity implements Handler.Callback {