diff --git a/.idea/misc.xml b/.idea/misc.xml
index 1d9d62604dc2e2c42ffb3c88ee74fe91cd0df7ae..5d19981032aa01b060f5a568641d7a8840cc90dc 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="EntryPointsManager">
+    <entry_points version="2.0" />
+  </component>
+  <component name="NullableNotNullManager">
+    <option name="myDefaultNullable" value="android.support.annotation.Nullable" />
+    <option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
+    <option name="myNullables">
+      <value>
+        <list size="4">
+          <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
+          <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
+          <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
+          <item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
+        </list>
+      </value>
+    </option>
+    <option name="myNotNulls">
+      <value>
+        <list size="4">
+          <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
+          <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
+          <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
+          <item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
+        </list>
+      </value>
+    </option>
+  </component>
   <component name="ProjectLevelVcsManager" settingsEditedManually="false">
     <OptionsSetting value="true" id="Add" />
     <OptionsSetting value="true" id="Remove" />
diff --git a/README.md b/README.md
index 77b2a94723d9a7c1f69c823c915331a551a50c26..a9a55c31a828ec21055b422cf2d5a1338ab18f93 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
-# S.E. Project
+# S.E. Project	(Title Yet to Be Decided)
 
-Initial Commit.
\ No newline at end of file
+To create an android application which would help towards "Cleaning" the roads and surroundings. In line with the "Swach Bharath Abhyaan" by PM Modi, users will be able to click pictures of unclean surroundings, roads , potholes etc. and send them to the Municipality.
+
+## To Do: 
+	
+	1. Create a Logo for the Application.
+	2. Get the user to login with either Google/Facebook.
+	3. Redirect the user to the main UI of the application. 
\ No newline at end of file
diff --git a/app/src/main/java/com/mapps/seproject/LoginActivity.java b/app/src/main/java/com/mapps/seproject/LoginActivity.java
index 1b89fcd369f7758a4c1462b7cd7fa2e1d1a52d3c..f3aa66dab4707c2277f7457a51f230dd9cb6a776 100644
--- a/app/src/main/java/com/mapps/seproject/LoginActivity.java
+++ b/app/src/main/java/com/mapps/seproject/LoginActivity.java
@@ -9,6 +9,6 @@ public class LoginActivity extends AppCompatActivity {
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
         setContentView(R.layout.activity_login);
-        
+
     }
 }