Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed May 20, 2015
1 parent fecc5c8 commit 7371d22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ReadMe.md
Expand Up @@ -4,8 +4,11 @@ A repository for examples for my talks at the [AndroidListener](http://twitter.c


Examples are backwards-compatible to API 10 (aka 2.3.3 Gingerbread) except as noted. Examples are backwards-compatible to API 10 (aka 2.3.3 Gingerbread) except as noted.


###CommonLetterFinder, JUnit4TestExample and ParameterTestExample
From my May 2015 talk about JUnit4 testing.

###EspressoUITestExample ###EspressoUITestExample
From my April 2015 talk on UI testing with Espresso 2.0. Also uses [Jake Wharton's ActivityRule](https://gist.github.com/JakeWharton/1c2f2cadab2ddd97f9fb) for JUnit4 testing and has some custom ViewActions in the test package. From my April 2015 talk on UI testing with Espresso 2.0. Also ~~uses [Jake Wharton's ActivityRule](https://gist.github.com/JakeWharton/1c2f2cadab2ddd97f9fb) for JUnit4 testing and~~ has some custom ViewActions in the test package. Has been updated to use Espresso 2.1's `ActivityTestRule`.


###NotificationFragment ###NotificationFragment
From my May 2014 talk on Notifications, examples of several of the types of notifications introduced in Jellybean (backwards compatible using `NotificationCompat` and its assorted friends). From my May 2014 talk on Notifications, examples of several of the types of notifications introduced in Jellybean (backwards compatible using `NotificationCompat` and its assorted friends).
Expand Down

0 comments on commit 7371d22

Please sign in to comment.