diff --git a/app/app.iml b/app/app.iml
index 1f622aa49..efe37bd7f 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -72,7 +72,8 @@
-
+
+
@@ -90,8 +91,15 @@
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index e623157e1..97407d073 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -22,4 +22,14 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
+ compile 'com.firebase:firebase-client-android:2.0.3+'
+ compile 'com.android.support:recyclerview-v7:22.2.1'
}
+
+android {
+ packagingOptions {
+ exclude 'META-INF/LICENSE'
+ exclude 'META-INF/NOTICE'
+ exclude 'META-INF/NOTICE.txt'
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 8d4b304a0..185eb48c2 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,9 +1,24 @@
-
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/java/com/firebase/firebaseui_android/DemoApplication.java b/app/src/main/java/com/firebase/firebaseui_android/DemoApplication.java
new file mode 100644
index 000000000..18bc745fa
--- /dev/null
+++ b/app/src/main/java/com/firebase/firebaseui_android/DemoApplication.java
@@ -0,0 +1,11 @@
+package com.firebase.firebaseui_android;
+
+import com.firebase.client.Firebase;
+
+public class DemoApplication extends android.app.Application {
+ @Override
+ public void onCreate() {
+ super.onCreate();
+ Firebase.setAndroidContext(this);
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/firebase/firebaseui_android/RecyclerViewDemoActivity.java b/app/src/main/java/com/firebase/firebaseui_android/RecyclerViewDemoActivity.java
new file mode 100644
index 000000000..4b9cef621
--- /dev/null
+++ b/app/src/main/java/com/firebase/firebaseui_android/RecyclerViewDemoActivity.java
@@ -0,0 +1,8 @@
+package com.firebase.firebaseui_android;
+
+import android.app.Activity;
+
+
+public class RecyclerViewDemoActivity extends Activity {
+ //TODO: fill in content.
+}
diff --git a/app/src/main/res/layout/recycler_view_demo.xml b/app/src/main/res/layout/recycler_view_demo.xml
new file mode 100644
index 000000000..5825b6295
--- /dev/null
+++ b/app/src/main/res/layout/recycler_view_demo.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/library.iml b/library/library.iml
index abc281b66..9465da771 100644
--- a/library/library.iml
+++ b/library/library.iml
@@ -72,7 +72,9 @@
+
+
@@ -86,7 +88,6 @@
-