Skip to content

Commit 1b085da

Browse files
author
Matt Oakes
committed
Added the new snippets to the README
1 parent aa1a16a commit 1b085da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Avaliable Snippets
1111
- `ad-toast` Create and display a toast
1212
- `<TextView` A basic TextView
1313
- `<EditText` A basic EditText
14+
- `ad-assertOnScreen` Check that a view on on the screen
15+
- `ad-onActivityResult` The onActivityResult activity method
16+
- `ad-onCreate` The onCreate activity method
17+
- `ad-onDestroy` The onDestroy activity method
18+
- `ad-onPause` The onPause activity method
19+
- `ad-onResume` The onResume activity method
20+
- `ad-onStart` The onStart activity method
21+
- `ad-onStop` The onStop activity method
1422

1523
Recommended Installation
1624
------------------------

0 commit comments

Comments
 (0)