CS251
CS251 copied to clipboard
This contains the source code examples and programming assignments for my CS 251 class
I had to modify the build.gradle file slightly to get the unit tests to compile. The modification is included below
Changed ArrayIndexOutOfBoundsException to NoSuchElementException
DownloadImageService.java line 62 I think instead of UniqueIDGeneratorActivity you mean MainActivity. ``` public void onCreate() { // A Messenger that encapsulates the RequestHandler used to // handle request Messages sent...