diff --git a/code/app/app/src/androidTest/java/com/example/smartglasses/ExampleInstrumentedTest.java b/code/app/app/src/androidTest/java/com/example/smartglasses/ExampleInstrumentedTest.java
deleted file mode 100644
index 79aed80..0000000
--- a/code/app/app/src/androidTest/java/com/example/smartglasses/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.example.smartglasses;
-
-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.smartglasses", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/code/app/app/src/main/AndroidManifest.xml b/code/app/app/src/main/AndroidManifest.xml
deleted file mode 100644
index d2ef8f0..0000000
--- a/code/app/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/java/com/example/smartglasses/MainActivity.java b/code/app/app/src/main/java/com/example/smartglasses/MainActivity.java
deleted file mode 100644
index 8b5253e..0000000
--- a/code/app/app/src/main/java/com/example/smartglasses/MainActivity.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package com.example.smartglasses;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.os.Bundle;
-
-public class MainActivity extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.activity_main);
- }
-}
\ No newline at end of file
diff --git a/code/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/code/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
deleted file mode 100644
index 2b068d1..0000000
--- a/code/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/drawable/ic_launcher_background.xml b/code/app/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index 07d5da9..0000000
--- a/code/app/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/code/app/app/src/main/res/layout/activity_main.xml b/code/app/app/src/main/res/layout/activity_main.xml
deleted file mode 100644
index 4fc2444..0000000
--- a/code/app/app/src/main/res/layout/activity_main.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index eca70cf..0000000
--- a/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index eca70cf..0000000
--- a/code/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/code/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp
deleted file mode 100644
index c209e78..0000000
Binary files a/code/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/code/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
deleted file mode 100644
index b2dfe3d..0000000
Binary files a/code/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/code/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp
deleted file mode 100644
index 4f0f1d6..0000000
Binary files a/code/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/code/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
deleted file mode 100644
index 62b611d..0000000
Binary files a/code/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
deleted file mode 100644
index 948a307..0000000
Binary files a/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
deleted file mode 100644
index 1b9a695..0000000
Binary files a/code/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
deleted file mode 100644
index 28d4b77..0000000
Binary files a/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9287f50..0000000
Binary files a/code/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
deleted file mode 100644
index aa7d642..0000000
Binary files a/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9126ae3..0000000
Binary files a/code/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/code/app/app/src/main/res/values-night/themes.xml b/code/app/app/src/main/res/values-night/themes.xml
deleted file mode 100644
index 1eefbbd..0000000
--- a/code/app/app/src/main/res/values-night/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/values/colors.xml b/code/app/app/src/main/res/values/colors.xml
deleted file mode 100644
index f8c6127..0000000
--- a/code/app/app/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
- #FFFFFFFF
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/values/strings.xml b/code/app/app/src/main/res/values/strings.xml
deleted file mode 100644
index fd9c6da..0000000
--- a/code/app/app/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- SmartGlasses
-
\ No newline at end of file
diff --git a/code/app/app/src/main/res/values/themes.xml b/code/app/app/src/main/res/values/themes.xml
deleted file mode 100644
index b1df86d..0000000
--- a/code/app/app/src/main/res/values/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/code/app/app/src/test/java/com/example/smartglasses/ExampleUnitTest.java b/code/app/app/src/test/java/com/example/smartglasses/ExampleUnitTest.java
deleted file mode 100644
index c428e7a..0000000
--- a/code/app/app/src/test/java/com/example/smartglasses/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.smartglasses;
-
-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