diff --git a/Team 48 - Dead Souls - CumminsNavigator/.gitignore b/Team 48 - Dead Souls - CumminsNavigator/.gitignore
new file mode 100644
index 0000000..aa724b7
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.gitignore
@@ -0,0 +1,15 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
+local.properties
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/.gitignore b/Team 48 - Dead Souls - CumminsNavigator/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/.name b/Team 48 - Dead Souls - CumminsNavigator/.idea/.name
new file mode 100644
index 0000000..066af89
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/.name
@@ -0,0 +1 @@
+Cummins Navigator
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/compiler.xml b/Team 48 - Dead Souls - CumminsNavigator/.idea/compiler.xml
new file mode 100644
index 0000000..fb7f4a8
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/gradle.xml b/Team 48 - Dead Souls - CumminsNavigator/.idea/gradle.xml
new file mode 100644
index 0000000..a2d7c21
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/gradle.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/misc.xml b/Team 48 - Dead Souls - CumminsNavigator/.idea/misc.xml
new file mode 100644
index 0000000..ada61b9
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/misc.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/.idea/vcs.xml b/Team 48 - Dead Souls - CumminsNavigator/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/CumminsNavigator.apk b/Team 48 - Dead Souls - CumminsNavigator/CumminsNavigator.apk
new file mode 100644
index 0000000..ce974fc
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/CumminsNavigator.apk differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/README.md b/Team 48 - Dead Souls - CumminsNavigator/README.md
new file mode 100644
index 0000000..492d059
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/README.md
@@ -0,0 +1,44 @@
+# Cummins Navigator - Dead Souls
+
+**Pitch Video -**
+https://drive.google.com/file/d/1fmMCCzIdJuc-SUyzhpi_hwAUeh1BdirK/view?usp=drivesdk
+
+**Introduction: -**
+
+Hello, we’re Team Dead Souls. This is a project to help navigate through our college and find the shortest routes between two places.
+This is what our interface looks like: -
+
+**Front page: -**
+
+
+
+
+**Next page: -**
+
+
+
+
+**Why do we need a navigation system for Cummins?**
+
+It’s difficult to find classrooms and labs when you first enter our campus as a student or a guest. We also realized that we normally use a longer route to reach some places where we could have used a shorter alternative if we had already known about its existence. This project helped us find some very interesting paths to take and now it’ll help you too.
+
+**Instructions: -**
+
+* Path for java code: Buffer_3.0/app/src/main/java/com/example/cumminsnavigator/
+* The code is split into 3 java files. The ‘node’ file is used to store the buildings as vertices and creates a double dimensional arraylist of the rooms in that building, floor-wise.
+* Class ‘map’ stores the main dijkstra’s algorithm to calculate the shortest distance and path.
+* Class ‘MakeMap’ is used to create and store the graph.
+* Frontend is created using Android Studio.
+* Download the code as a zip file, extract the files, and you will be able to open it in your android studio software.
+* You can see the working of our app on an emulator.
+* Do not set the phone on dark mode.
+* You can also install our app by downloading the CumminsNavigator.apk file.
+
+**Collaborators: -**
+Shreyal Geddam
+Aarushi Chopkar
+Silvi Parlani
+Arya Darvekar
+Alefiya Dawasaz
+
+
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/.gitignore b/Team 48 - Dead Souls - CumminsNavigator/app/.gitignore
new file mode 100644
index 0000000..42afabf
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/.gitignore
@@ -0,0 +1 @@
+/build
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/build.gradle b/Team 48 - Dead Souls - CumminsNavigator/app/build.gradle
new file mode 100644
index 0000000..d6eddd9
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/build.gradle
@@ -0,0 +1,38 @@
+plugins {
+ id 'com.android.application'
+}
+
+android {
+ compileSdk 32
+
+ defaultConfig {
+ applicationId "com.example.cumminsnavigator"
+ minSdk 21
+ targetSdk 32
+ versionCode 1
+ versionName "1.0"
+
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+ }
+ }
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+}
+
+dependencies {
+
+ implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'com.google.android.material:material:1.6.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
+ testImplementation 'junit:junit:4.13.2'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/proguard-rules.pro b/Team 48 - Dead Souls - CumminsNavigator/app/proguard-rules.pro
new file mode 100644
index 0000000..481bb43
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/androidTest/java/com/example/cumminsnavigator/ExampleInstrumentedTest.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/androidTest/java/com/example/cumminsnavigator/ExampleInstrumentedTest.java
new file mode 100644
index 0000000..f504aa3
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/androidTest/java/com/example/cumminsnavigator/ExampleInstrumentedTest.java
@@ -0,0 +1,26 @@
+package com.example.cumminsnavigator;
+
+import android.content.Context;
+
+import androidx.test.platform.app.InstrumentationRegistry;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
+ assertEquals("com.example.cumminsnavigator", appContext.getPackageName());
+ }
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/AndroidManifest.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..837b583
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/AndroidManifest.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity.java
new file mode 100644
index 0000000..9fa447b
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity.java
@@ -0,0 +1,81 @@
+package com.example.cumminsnavigator;
+
+import androidx.annotation.RequiresApi;
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Build;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.AdapterView;
+import android.widget.ArrayAdapter;
+import android.widget.Spinner;
+
+import java.util.ArrayList;
+
+public class MainActivity extends AppCompatActivity {
+
+ public static final String M1 = "com.example.DropDown.TRY";
+ public static final String M2 = "com.example.DropDown.TRY1";
+ String sourceValue, destValue, destRoomValue;
+
+ ArrayList build = new ArrayList<>();
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+
+ //Source Spinner
+ Spinner mySpinner1 = (Spinner) findViewById(R.id.spinner1);
+ ArrayAdapter myAdapter1 = new ArrayAdapter(MainActivity.this,
+ android.R.layout.simple_list_item_1, getResources().getStringArray(R.array.BuildingList));
+ myAdapter1.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
+ mySpinner1.setAdapter(myAdapter1);
+
+ mySpinner1.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
+ @Override
+ public void onItemSelected(AdapterView> parent, View view, int position, long id) {
+ sourceValue = String.valueOf(parent.getItemAtPosition(position));
+ }
+ @Override
+ public void onNothingSelected(AdapterView> parent) {
+
+ }
+ });
+
+ //Destination Room Spinner
+ Spinner mySpinner3 = (Spinner) findViewById(R.id.spinnerRoom);
+ ArrayAdapter myAdapter3 = new ArrayAdapter(MainActivity.this,
+ android.R.layout.simple_list_item_1, getResources().getStringArray(R.array.Roomlist));
+ myAdapter3.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
+ mySpinner3.setAdapter(myAdapter3);
+
+ mySpinner3.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
+ @Override
+ public void onItemSelected(AdapterView> parent, View view, int position, long id) {
+ destRoomValue = String.valueOf(parent.getItemAtPosition(position));
+ }
+ @Override
+ public void onNothingSelected(AdapterView> parent) {
+ }
+ });
+ }
+
+ @RequiresApi(api = Build.VERSION_CODES.N)
+ public void onClick(View view){
+ Intent intent = new Intent(this, MainActivity2.class);
+
+ MakeMap ob1 = new MakeMap();
+ ob1.create();
+ ob1.addRooms();
+
+ int snum = ob1.getBuildingNum(sourceValue);
+ ArrayList d_dest = ob1.getBuilding(destRoomValue);
+ String printPath = ob1.dijkstra(snum,(int)d_dest.get(2));
+ String printFloor = "Room " + destRoomValue + " is in " + d_dest.get(0) + " Floor: " + d_dest.get(1);
+ intent.putExtra(M1,printFloor);
+ intent.putExtra(M2,printPath);
+ startActivity(intent);
+ }
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity2.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity2.java
new file mode 100644
index 0000000..cce8859
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MainActivity2.java
@@ -0,0 +1,27 @@
+package com.example.cumminsnavigator;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.widget.TextView;
+
+public class MainActivity2 extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main2);
+
+ Intent intent = getIntent();
+ String printFloor = intent.getStringExtra(MainActivity.M1);
+
+ TextView textGetFloor = findViewById(R.id.getFloor);
+ textGetFloor .setText(printFloor);
+
+ String printPath = intent.getStringExtra(MainActivity.M2);
+
+ TextView textGetPath = findViewById(R.id.getPath);
+ textGetPath.setText(printPath);
+ }
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MakeMap.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MakeMap.java
new file mode 100644
index 0000000..545e578
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/MakeMap.java
@@ -0,0 +1,372 @@
+package com.example.cumminsnavigator;
+
+import java.util.ArrayList;
+
+/**
+ * 6
+ * 0: Comp and E&TC
+ * 1: IT
+ * 2: Mech
+ * 3: MBA
+ * 4: Canteen
+ * 5: Instru 1 ie near main gate
+ * 6: Instru 2 ie near canteen
+ * 7: Mechatronics
+ * 8: Main Gate
+ * 9: Back Gate to lane 1
+ * 10: Back gate to lane 2
+ */
+public class MakeMap extends map { // hardcoding data
+
+ public void create() {
+ for (int i = 0; i < 11; i++)
+ graph.add(new ArrayList());
+
+ // adjacent nodes of vertex 0 ie comp building
+ graph.get(0).add(new node(1, 45));// IT
+ graph.get(0).add(new node(2, 90));// Mech
+ graph.get(0).add(new node(3, 60));// MBA
+ graph.get(0).add(new node(4, 70));// Canteen
+ graph.get(0).add(new node(5, 10));// Instru 1
+ // graph.get(0).add(new node(6, 40));//Instru 2
+ graph.get(0).add(new node(8, 40));// Main gate
+
+ for (node n : graph.get(0)) {
+ n.name = "Main-Building";
+ }
+
+ // adjacent nodes of vertex 1 ie IT building
+ graph.get(1).add(new node(0, 45));// comp
+ graph.get(1).add(new node(2, 40));// mech
+ graph.get(1).add(new node(3, 50));// mba
+ graph.get(1).add(new node(4, 40));// canteen
+ // graph.get(1).add(new node(5, 50));//instru 1
+ graph.get(1).add(new node(6, 60));// instru 2
+ // graph.get(1).add(new node(8, 60));//main gate
+
+ for (node n : graph.get(1)) {
+ n.name = "IT-Building";
+ }
+
+ // adjacent nodes of vertex 2 ie mech building
+ graph.get(2).add(new node(0, 90));// comp
+ graph.get(2).add(new node(1, 40));// it
+ graph.get(2).add(new node(3, 65));// mba
+ graph.get(2).add(new node(4, 100));// canteen
+ graph.get(2).add(new node(5, 100));// instru 1
+ graph.get(2).add(new node(6, 90));// instru 2
+ graph.get(2).add(new node(8, 110));// main gate
+
+ for (node n : graph.get(2)) {
+ n.name = "Mechanical-Building";
+ }
+
+ // adjacent nodes of vertex 3 ie mba building
+ graph.get(3).add(new node(0, 60));// comp
+ graph.get(3).add(new node(1, 50));// it
+ graph.get(3).add(new node(2, 65));// mech
+ graph.get(3).add(new node(4, 10));// canteen
+ graph.get(3).add(new node(5, 60));// instru 1
+ graph.get(3).add(new node(6, 20));// instru 2
+ graph.get(3).add(new node(8, 90));// main gate
+
+ for (node n : graph.get(3)) {
+ n.name = "MBA-Building";
+ }
+
+ // adjacent nodes of vertex 4 ie canteen
+ graph.get(4).add(new node(0, 70));// comp
+ graph.get(4).add(new node(1, 40));// it
+ graph.get(4).add(new node(2, 100));// mech
+ graph.get(4).add(new node(3, 10));// mba
+ graph.get(4).add(new node(5, 60));// instru 1
+ graph.get(4).add(new node(6, 10));// instru 2
+ graph.get(4).add(new node(8, 100));// main gate
+
+ for (node n : graph.get(4)) {
+ n.name = "Canteen";
+ }
+
+ // adjacent nodes of vertex 5 ie instru front gate
+ graph.get(5).add(new node(0, 10));// comp
+ graph.get(5).add(new node(1, 50));// it
+ graph.get(5).add(new node(2, 100));// mech
+ graph.get(5).add(new node(3, 60));// mba
+ graph.get(5).add(new node(4, 60));// canteen
+ graph.get(5).add(new node(6, 10));// instru 2
+ graph.get(5).add(new node(8, 40));// main gate
+
+ for (node n : graph.get(5)) {
+ n.name = "Instrumentation-Building";
+ }
+ // adjacent nodes of vertex 6 ie instru back gate
+ // graph.get(6).add(new node(0, 10));//comp
+ graph.get(6).add(new node(1, 60));// it
+ graph.get(6).add(new node(2, 90));// mech
+ graph.get(6).add(new node(3, 20));// mba
+ graph.get(6).add(new node(4, 10));// canteen
+ graph.get(6).add(new node(5, 10));// instru 1
+ // graph.get(6).add(new node(5, 10));//main gate
+ for (node n : graph.get(6)) {
+ n.name = "Instrumentation-Building(Back-Gate)";
+ }
+
+ graph.get(7).add(new node(0, 0));
+ graph.get(7).get(0).name = "Mechatronics";
+
+ // adjacent nodes of node 8 ie main gate
+ graph.get(8).add(new node(0, 40));// comp
+ // graph.get(8).add(new node(1, 60));//it
+ graph.get(8).add(new node(2, 110));// mech
+ graph.get(8).add(new node(3, 90));// mba
+ graph.get(8).add(new node(4, 100));// canteen
+ graph.get(8).add(new node(5, 40));// instru 1
+ // graph.get(8).add(new node(0, 40));//instru 2
+
+ for (node n : graph.get(8)) {
+ n.name = "Main-Gate";
+ }
+ // adjacent nodes for node 9 ie back gate to lane 1
+ graph.get(9).add(new node(0, 110));// comp
+ graph.get(9).add(new node(2, 40));// mech back gate
+
+ for (node n : graph.get(9)) {
+ n.name = "Lane1-Gate";
+ }
+
+ // adjacent nodes to vertex 10 ie back gate to lane 2
+ graph.get(10).add(new node(2, 100));// mech
+ graph.get(10).add(new node(3, 70));// mba
+ graph.get(10).add(new node(4, 70));// canteen
+ graph.get(10).add(new node(0, 160));// comp
+ graph.get(10).add(new node(1, 100));// it
+
+ for (node n : graph.get(10)) {
+ n.name = "Lane2-Gate";
+ }
+ }
+
+ public void addRooms() {
+
+ for (node n : graph.get(0)) {
+ // ground floor
+ n.rooms.get(0).add("OOP Lab");
+ n.rooms.get(0).add("Software Lab 2");
+ n.rooms.get(0).add("Software Lab 5");
+
+ // 1st floor
+ n.rooms.get(1).add("Accounts and Admin Section");
+ n.rooms.get(1).add("Reception");
+ n.rooms.get(1).add("Principals Cabin");
+ n.rooms.get(1).add("Classroom 7");
+ n.rooms.get(1).add("Classroom 6");
+ n.rooms.get(1).add("Classroom 5");
+ n.rooms.get(1).add("Classroom 4");
+ n.rooms.get(1).add("Classroom 3");
+ n.rooms.get(1).add("Classroom 2");
+ n.rooms.get(1).add("Classroom 1");
+ n.rooms.get(1).add("Dean academics");
+
+ // 2nd floor
+
+ n.rooms.get(2).add("Classroom 9");
+ n.rooms.get(2).add("Classroom 8");
+ n.rooms.get(2).add("CT Lab");
+ n.rooms.get(2).add("Classroom 10");
+ n.rooms.get(2).add("Classroom 11");
+ n.rooms.get(2).add("Classroom 12");
+ n.rooms.get(2).add("Classroom 13");
+ n.rooms.get(2).add("Classroom 14");
+
+ // 3rd floor
+ n.rooms.get(3).add("Stationary");
+ n.rooms.get(3).add("Reading Hall");
+ n.rooms.get(3).add("Discussion Zone");
+ n.rooms.get(3).add("Hardware Laboratory 1");
+ n.rooms.get(3).add("Computer Networks Laboratory");
+ n.rooms.get(3).add("Library");
+
+ // 4th floor
+ n.rooms.get(4).add("Computer lab 1");
+ n.rooms.get(4).add("Computer lab 2");
+ n.rooms.get(4).add("Computer lab 3");
+ n.rooms.get(4).add("Computer lab 4");
+ n.rooms.get(4).add("Project Lab");
+ n.rooms.get(4).add("Basic Electronics Lab");
+ n.rooms.get(4).add("Analog Electronics Lab");
+ n.rooms.get(4).add("Power Electronics Lab");
+ n.rooms.get(4).add("Communication Lab");
+ n.rooms.get(4).add("Fibre Optic Communication Lab");
+
+ //5th floor
+ n.rooms.get(5).add("Software Lab 4");
+ n.rooms.get(5).add("Multimedia Lab");
+ n.rooms.get(5).add("Hardware Lab 2");
+ n.rooms.get(5).add("Software Lab 3");
+ n.rooms.get(5).add("Data Structures Lab");
+ n.rooms.get(5).add("Software Lab 1");
+ }
+
+ // IT building
+ for (node n : graph.get(1)) {
+ // ground floor`
+ n.rooms.get(0).add("Room 23");
+ n.rooms.get(0).add("Career Guidance Cell");
+ n.rooms.get(0).add("Lab IX-FPL Lab");
+ n.rooms.get(0).add("KB Joshi Auditorium");
+
+ // first floor
+ n.rooms.get(1).add("Training and Placement Cell");
+
+ // second floor
+ n.rooms.get(2).add("Examination Department");
+ n.rooms.get(2).add("Geoinformatics Lab");
+ n.rooms.get(2).add("Room 19");
+ n.rooms.get(2).add("Room 20");
+
+ // third floor
+ n.rooms.get(3).add("Room 21");
+ n.rooms.get(3).add("Lab 1");
+ n.rooms.get(3).add("Lab 2");
+ n.rooms.get(3).add("Lab 3");
+ n.rooms.get(3).add("Lab 4");
+ n.rooms.get(3).add("Department Library IT");
+
+ // fourth floor
+ n.rooms.get(4).add("Lab 5");
+ n.rooms.get(4).add("Lab 6");
+ n.rooms.get(4).add("Lab 7");
+ n.rooms.get(4).add("Lab 8");
+ n.rooms.get(4).add("Room 24");
+ n.rooms.get(4).add("Room 25");
+
+ }
+
+ // mech building
+ for (node n : graph.get(2)) {
+ // ground floor
+ n.rooms.get(0).add("Workshop");
+
+ // first floor
+ n.rooms.get(1).add("Tut Room 7");
+ n.rooms.get(1).add("Metrology and Quality Control Lab");
+ n.rooms.get(1).add("Fluid Mechanics Lab");
+ n.rooms.get(1).add("Center of Research and Intellectual Entrepreneurship");
+ n.rooms.get(1).add("Turbomachines Lab");
+ n.rooms.get(1).add("Refrigeration and AC Lab");
+
+ // second floor
+ n.rooms.get(2).add("M1");
+ n.rooms.get(2).add("M2");
+ n.rooms.get(2).add("M3");
+ n.rooms.get(2).add("M4");
+ n.rooms.get(2).add("M5");
+ n.rooms.get(2).add("Student Common Room");
+ n.rooms.get(2).add("Department of Mechanical Engineering and office and library");
+
+ // third floor
+ n.rooms.get(3).add("Conference Hall");
+ n.rooms.get(3).add("LME-13 Project Centre");
+ n.rooms.get(3).add("Mech Auditorium");
+ n.rooms.get(3).add("M6");
+ n.rooms.get(3).add("M7");
+ n.rooms.get(3).add("M8");
+
+ // fourth floor
+ n.rooms.get(4).add("Chemistry Lab");
+ n.rooms.get(4).add("Physics Lab");
+ n.rooms.get(4).add("Mechanical Vibrations Lab");
+ n.rooms.get(4).add("Computer Center");
+
+ // fifth floor
+ n.rooms.get(5).add("Engineering Graphics Lab");
+ n.rooms.get(5).add("Heat Transfer and Thermodynamics Lab");
+
+ }
+
+ // instru 1 ie near main gate
+ for (node n : graph.get(5)) {
+ // groound floor
+ n.rooms.get(0).add("Administration Student Section");
+ n.rooms.get(0).add("Administration Personnel Section");
+ n.rooms.get(0).add("Instru Auditorium");
+ n.rooms.get(0).add("Seminar Hall");
+
+ // first floor
+ n.rooms.get(1).add("Instrumentation Projects Lab");
+ n.rooms.get(1).add("Tut Room 9");
+ n.rooms.get(1).add("PG Lab 1");
+ n.rooms.get(1).add("Classroom 1");
+
+ // second floor
+ n.rooms.get(2).add("Bhaskaracharya Lab or Bio Medical Instrumentation Lab");
+ n.rooms.get(2).add("Tut Room 10");
+ n.rooms.get(2).add("Language Lab");
+ n.rooms.get(2).add("Classroom 2");
+
+ // third floor
+ n.rooms.get(3).add("Project Engineering and Management Lab");
+ n.rooms.get(3).add("Automation and Control Lab");
+ n.rooms.get(3).add("Rigid Body Dynamics or Analysis and Synthesis of Mechanisms Lab");
+ n.rooms.get(3).add("Robocon Room");
+ }
+
+ // instru 2 ie near canteen
+ for (node n : graph.get(6)) {
+ // ground floor
+ n.rooms.get(0).add("Process Instrumentation Labs");
+ n.rooms.get(0).add("Automation Center");
+ n.rooms.get(0).add("Sports Office");
+ n.rooms.get(0).add("NSS Program Office");
+ n.rooms.get(0).add("Alumnae Association Office");
+
+ // first floor
+ n.rooms.get(1).add("Heinrich Hertz Lab");
+ n.rooms.get(1).add("CV Raman Lab");
+ n.rooms.get(1).add("Dark Room");
+ n.rooms.get(1).add("Embedded Systems Lab");
+ n.rooms.get(1).add("DSP Lab");
+ n.rooms.get(1).add("Department Library Instru");
+ }
+
+ // mechatronics
+ for (node n : graph.get(7)) {
+ n.rooms.get(0).add("Mechatronics Garage");
+ }
+ }
+
+ public ArrayList getBuilding(String room) {
+
+ int reqDest = 0;
+ ArrayList al = new ArrayList();
+ for (int i = 0; i < 10; i++) {
+ node n1 = graph.get(i).get(0);
+ for (ArrayList floor : n1.rooms) {
+ for (String r1 : floor) {
+ if (r1.equals(room)) {
+ String buildingName = n1.name;
+ int floorNum = n1.rooms.indexOf(floor);
+ int buildingNum = graph.indexOf(graph.get(i));
+ al.add(buildingName);
+ al.add(floorNum);
+ al.add(buildingNum);
+ break;
+ }
+ }
+ }
+ }
+ return al;
+ }
+
+ public int getBuildingNum(String b){
+ int buildingNum=0;
+ for (int i = 0; i < 11; i++) {
+ if (graph.get(i).get(0).name.equals(b)) {
+ buildingNum = i;
+ }
+ }
+ return buildingNum;
+ }
+}
+
+
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/map.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/map.java
new file mode 100644
index 0000000..82fbb47
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/map.java
@@ -0,0 +1,99 @@
+package com.example.cumminsnavigator;
+
+import android.os.Build;
+
+import androidx.annotation.RequiresApi;
+
+import java.util.*;
+
+/**
+ * 0: Comp and E&TC
+ * 1: IT
+ * 2: Mech
+ * 3: MBA
+ * 4: Canteen
+ * 5: Instru 1 ie near main gate
+ * 6: Instru 2 ie near canteen
+ * 7: Mechatronics
+ * 8: Main Gate
+ * 9: Back Gate to lane 1
+ * 10: Back gate to lane 2
+ */
+
+public class map {
+
+ // graph class/driver class
+
+ int n = 11;
+ ArrayList> graph = new ArrayList<>(11); // adjacency list
+
+ public void display() {
+
+ for (int i = 0; i < 11; i++) {
+ System.out.print(i);
+ for (int j = 0; j < graph.get(i).size(); j++)
+ System.out.print(" -" + graph.get(i).get(j).weight + "-> " + graph.get(i).get(j).vertex);
+ System.out.println();
+ }
+ }
+
+ @RequiresApi(api = Build.VERSION_CODES.N)
+ public String dijkstra(int source, int target) {
+ int distance[] = new int[11];
+ int prev[] = new int[11]; // stores the node previously visited
+
+ for (int i = 0; i < 11; i++) {
+ distance[i] = Integer.MAX_VALUE;// setting initial distances to infinity
+ prev[i] = Integer.MIN_VALUE;
+ }
+
+ PriorityQueue pq = new PriorityQueue<>((v1, v2) -> v1.weight - v2.weight); // priority queue
+ // that adds elements
+ // based on weights
+ distance[source] = 0;
+ pq.add(new node(source, 0));// adding source node
+
+ while (pq.size() > 0) {
+ node current = pq.poll();
+ for (node n : graph.get(current.vertex))
+ {
+ if (distance[current.vertex] + n.weight < distance[n.vertex]) // dijkstra condition
+ {
+ distance[n.vertex] = n.weight + distance[current.vertex];
+ pq.add(new node(n.vertex, distance[n.vertex])); // replacing distances
+ prev[n.vertex] = current.vertex;
+ }
+ }
+ }
+
+ String printPath = path(prev, source, target);
+ return printPath;
+ }
+
+ public String path(int[] prev, int source, int target) {
+ // on following the prev[] array from target vertex until we reach the source
+ // vertex, we get the path
+ /**
+ * we add the target vertex to the stack, then we check the previously visited
+ * vertex of target
+ * we add that vertex to the stack and check its previously visited vertex
+ * we keep going until we reach the source
+ */
+ String printPath = "";
+ Stack s = new Stack<>();
+ s.push(target);
+ while (target != source) {
+ target = prev[target];
+ s.push(target);
+ }
+ while (!s.isEmpty()) {
+ int ele = s.pop();
+ printPath = printPath + graph.get(ele).get(0).name + "-->\n";
+
+ }
+ printPath = printPath + "Destination Reached";
+ return printPath;
+ }
+}
+
+
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/node.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/node.java
new file mode 100644
index 0000000..b2cfe95
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/java/com/example/cumminsnavigator/node.java
@@ -0,0 +1,21 @@
+package com.example.cumminsnavigator;
+
+import java.util.ArrayList;
+
+// node class
+public class node {
+ int vertex;
+ int weight;
+ String name;
+
+ ArrayList> rooms = new ArrayList<>(6);
+
+ node(int v, int w) {
+ vertex = v;
+ weight = w;
+ for (int i = 0; i < 6; i++)
+ rooms.add(new ArrayList());
+ }
+
+}// end of node class
+
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..2b068d1
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/mapsfinal.jpg b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/mapsfinal.jpg
new file mode 100644
index 0000000..534fdfd
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable-v24/mapsfinal.jpg differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable/ic_launcher_background.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..07d5da9
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..f896b88
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main2.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main2.xml
new file mode 100644
index 0000000..fe5849a
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/layout/activity_main2.xml
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..eca70cf
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 0000000..c209e78
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..b2dfe3d
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 0000000..4f0f1d6
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..62b611d
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 0000000..948a307
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..1b9a695
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..28d4b77
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..9287f50
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 0000000..aa7d642
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
new file mode 100644
index 0000000..9126ae3
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values-night/themes.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values-night/themes.xml
new file mode 100644
index 0000000..0bcb9e7
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values-night/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/colors.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..f8c6127
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/colors.xml
@@ -0,0 +1,10 @@
+
+
+ #FFBB86FC
+ #FF6200EE
+ #FF3700B3
+ #FF03DAC5
+ #FF018786
+ #FF000000
+ #FFFFFFFF
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/strings.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..f1b922d
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/strings.xml
@@ -0,0 +1,145 @@
+
+ Cummins Navigator
+
+
+ - Main-Building
+ - IT-Building
gr
+ - Mechanical-Building
+ - MBA-Building
+ - Canteen
+ - Instrumentation-Building
+ - Instrumentation-Building(Back-Gate)
+ - Main-Gate
+ - Lane1-Gate
+ - Lane2-Gate
+
+
+
+
+
+ - Accounts and Admin Section
+ - Administration Personnel Section
+ - Administration Student Section
+ - Alumnae Association Office
+ - Analog Electronics Lab
+ - Automation and Control Lab
+ - Automation Center
+
+ - Basic Electronics Lab
+ - Bhaskaracharya Lab or Bio Medical Instrumentation Lab
+ - Career Guidance Cell
+ - Center of Research and Intellectual Entrepreneurship
+ - Chemistry Lab
+ - Classroom 1
+ - Classroom 2
+ - Classroom 3
+ - Classroom 4
+ - Classroom 5
+ - Classroom 6
+ - Classroom 7
+ - Classroom 8
+ - Classroom 9
+ - Classroom 10
+ - Classroom 11
+ - Classroom 12
+ - Classroom 13
+ - Classroom 14
+ - Computer Center
+ - Computer lab 1
+ - Computer lab 2
+ - Computer lab 3
+ - Computer lab 4
+ - Communication Lab
+ - Computer Networks Laboratory
+ - Conference Hall
+ - CT Lab
+ - CV Raman Lab
+ - Dark Room
+ - Data Structures Lab
+ - Dean academics
+ - Department Library IT
+ - Department of Mechanical Engineering and office and library
+ - Department Library Instru
+ - Discussion Zone
+ - DSP Lab
+ - Embedded Systems Lab
+ - Engineering Graphics Lab
+ - Examination Department
+ - Fibre Optic Communication Lab
+ - Fluid Mechanics Lab
+ - Geoinformatics Lab
+ - Hardware Laboratory 1
+ - Hardware Lab 2
+ - Heat Transfer and Thermodynamics Lab
+ - Heinrich Hertz Lab
+ - Instru Auditorium
+ - Instrumentation Projects Lab
+ - KB Joshi Auditorium
+ - Lab 1
+ - Lab 2
+ - Lab 3
+ - Lab 4
+ - Lab 5
+ - Lab 6
+ - Lab 7
+ - Lab 8
+ - Lab IX-FPL Lab
+ - Language Lab
+ - Library
+ - LME-13 Project Centre
+ - M1
+ - M2
+ - M3
+ - M4
+ - M5
+ - M6
+ - M7
+ - M8
+ - Mechanical Vibrations Lab
+ - Mech Auditorium
+ - Mechatronics Garage
+ - Metrology and Quality Control Lab
+ - Multimedia Lab
+ - NSS Program Office
+ - OOP Lab
+ - PG Lab 1
+ - Physics Lab
+ - Power Electronics Lab
+ - Principals Cabin
+ - Process Instrumentation Labs
+ - Project Lab
+ - Project Engineering and Management Lab
+
+
+ - Reception
+ - Reading Hall
+ - Refrigeration and AC Lab
+ - Rigid Body Dynamics or Analysis and Synthesis of Mechanisms Lab
+ - Robocon Room
+ - Room 19
+ - Room 20
+ - Room 21
+ - Room 23
+ - Room 24
+ - Room 25
+ - Seminar Hall
+ - Stationary
+ - Student Common Room
+ - Software Lab 1
+ - Software Lab 2
+ - Software Lab 3
+ - Software Lab 4
+ - Software Lab 5
+ - Sports Office
+ - Training and Placement Cell
+ - Tut Room 7
+ - Tut Room 9
+ - Tut Room 10
+ - Turbomachines Lab
+
+
+ - Workshop
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/themes.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/themes.xml
new file mode 100644
index 0000000..0ee2e51
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/values/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/backup_rules.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/backup_rules.xml
new file mode 100644
index 0000000..fa0f996
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/backup_rules.xml
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/data_extraction_rules.xml b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/data_extraction_rules.xml
new file mode 100644
index 0000000..9ee9997
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/main/res/xml/data_extraction_rules.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/app/src/test/java/com/example/cumminsnavigator/ExampleUnitTest.java b/Team 48 - Dead Souls - CumminsNavigator/app/src/test/java/com/example/cumminsnavigator/ExampleUnitTest.java
new file mode 100644
index 0000000..6f43609
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/app/src/test/java/com/example/cumminsnavigator/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package com.example.cumminsnavigator;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * @see Testing documentation
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/build.gradle b/Team 48 - Dead Souls - CumminsNavigator/build.gradle
new file mode 100644
index 0000000..4e04c69
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/build.gradle
@@ -0,0 +1,9 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+plugins {
+ id 'com.android.application' version '7.2.0' apply false
+ id 'com.android.library' version '7.2.0' apply false
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/gradle.properties b/Team 48 - Dead Souls - CumminsNavigator/gradle.properties
new file mode 100644
index 0000000..dab7c28
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/gradle.properties
@@ -0,0 +1,21 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app"s APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Enables namespacing of each library's R class so that its R class includes only the
+# resources declared in the library itself and none from the library's dependencies,
+# thereby reducing the size of the R class for that library
+android.nonTransitiveRClass=true
\ No newline at end of file
diff --git a/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.jar b/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..e708b1c
Binary files /dev/null and b/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.properties b/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..9eafb5d
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Sun May 15 17:29:01 IST 2022
+distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionPath=wrapper/dists
+zipStorePath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
diff --git a/Team 48 - Dead Souls - CumminsNavigator/gradlew b/Team 48 - Dead Souls - CumminsNavigator/gradlew
new file mode 100644
index 0000000..4f906e0
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/gradlew
@@ -0,0 +1,185 @@
+#!/usr/bin/env sh
+
+#
+# Copyright 2015 the original author or authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >/dev/null
+APP_HOME="`pwd -P`"
+cd "$SAVED" >/dev/null
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn () {
+ echo "$*"
+}
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+ NONSTOP* )
+ nonstop=true
+ ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin or MSYS, switch paths to Windows format before running java
+if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+
+ JAVACMD=`cygpath --unix "$JAVACMD"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=`expr $i + 1`
+ done
+ case $i in
+ 0) set -- ;;
+ 1) set -- "$args0" ;;
+ 2) set -- "$args0" "$args1" ;;
+ 3) set -- "$args0" "$args1" "$args2" ;;
+ 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Escape application args
+save () {
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
+ echo " "
+}
+APP_ARGS=`save "$@"`
+
+# Collect all arguments for the java command, following the shell quoting and substitution rules
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
+
+exec "$JAVACMD" "$@"
diff --git a/Team 48 - Dead Souls - CumminsNavigator/gradlew.bat b/Team 48 - Dead Souls - CumminsNavigator/gradlew.bat
new file mode 100644
index 0000000..107acd3
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/gradlew.bat
@@ -0,0 +1,89 @@
+@rem
+@rem Copyright 2015 the original author or authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem https://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+@rem
+
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto execute
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto execute
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/Team 48 - Dead Souls - CumminsNavigator/settings.gradle b/Team 48 - Dead Souls - CumminsNavigator/settings.gradle
new file mode 100644
index 0000000..efd14f8
--- /dev/null
+++ b/Team 48 - Dead Souls - CumminsNavigator/settings.gradle
@@ -0,0 +1,16 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ google()
+ mavenCentral()
+ }
+}
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+rootProject.name = "Cummins Navigator"
+include ':app'