This page contains resources for learning more about using Espresso in Android tests.
Samples
- 
   IntentsBasicSample: Basic usage of intended()andintending().
- IdlingResourceSample: Synchronization with background jobs.
- BasicSample: Basic Espresso sample.
- CustomMatcherSample:
  Shows how to extend Espresso to match the hint property of an
  EditTextobject.
- DataAdapterSample:
  Showcases the onData() entry point for Espresso, for lists and
  AdapterViewobjects.
- IntentsAdvancedSample: Simulates a user fetching a bitmap using the camera.
- MultiWindowSample: Shows how to point Espresso to different windows.
- RecyclerViewSample:
  RecyclerViewactions for Espresso.
- WebBasicSample:
  Use Espresso-Web to interact with WebViewobjects.
- BasicSampleBundled: Basic sample for Eclipse and other IDEs.
