Skip to content

Commit

Permalink
Added the new snippets to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Oakes committed Sep 2, 2014
1 parent aa1a16a commit 1b085da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Avaliable Snippets
- `ad-toast` Create and display a toast
- `<TextView` A basic TextView
- `<EditText` A basic EditText
- `ad-assertOnScreen` Check that a view on on the screen
- `ad-onActivityResult` The onActivityResult activity method
- `ad-onCreate` The onCreate activity method
- `ad-onDestroy` The onDestroy activity method
- `ad-onPause` The onPause activity method
- `ad-onResume` The onResume activity method
- `ad-onStart` The onStart activity method
- `ad-onStop` The onStop activity method

Recommended Installation
------------------------
Expand Down

0 comments on commit 1b085da

Please sign in to comment.