From 7c5c1e225f4d9f9a476f6dfb2f3409663ae48149 Mon Sep 17 00:00:00 2001 From: Soham Mondal Date: Sat, 17 Oct 2015 01:26:49 +0530 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..58b93c7 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +#RxBlrdroid + +The base point for starting the hands on session at the Blrdroid RxJava session in October 2015. Contains +- All the basic gradle settings to get started with RxAndroid +- A Retrofit setup to get music information for a band +- A simple RecyclerView to show the results