We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1a16a commit 1b085daCopy full SHA for 1b085da
README.md
@@ -11,6 +11,14 @@ Avaliable Snippets
11
- `ad-toast` Create and display a toast
12
- `<TextView` A basic TextView
13
- `<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
22
23
Recommended Installation
24
------------------------
0 commit comments