Instructor
Craig Russell

About
Links
Courses

Storing Data in Android with Room
Room is an abstraction over SQLite which makes storing and retrieving data from a database a joy. Built by Google, Room was created to solve a problem nearly every app faces: how to persist data. In this course, we’ll take a sa...

Mockito
If your application has ever suffered from tight coupling, or if you’ve simply had problems testing your logic in isolation in a repeatable manner then you’ve probably heard the term “mocking”. When you use mocks, you can easil...

RxJava
This course is a collection of individual RxJava lessons. Our goal is to educate you on each of the operators of RxJava and how to use them. Some of the lessons may stand on their own (not be related to any others) while other ...