#Where do we Eat?? Answering the question "where do we eat!" as simply as possible.
The source is an experiment in using rxjava to interface with webservices and ui event notification. It also:
- leverages retrofit (with a custom OAuth Consumer) to make api calls to Yelp's search interface
- dagger dependency injection
- robolectric tests
- picasso for image downloads
- retrolambda retrolambda for java lamda support on android!
Also shows how to embed confidential/private data using gradle & settings.gradle files.
