-
-**Calculations and respective UI chages**
-
-
-
-
-
-
-
-
-
-
-
-Except this there will be more changes according to the calculation.
diff --git a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-34.jpg b/BMICalculator/Readme_Image/photo_2022-10-06_11-49-34.jpg
deleted file mode 100644
index e6bb808..0000000
Binary files a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-34.jpg and /dev/null differ
diff --git a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-37.jpg b/BMICalculator/Readme_Image/photo_2022-10-06_11-49-37.jpg
deleted file mode 100644
index 371138f..0000000
Binary files a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-37.jpg and /dev/null differ
diff --git a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-41.jpg b/BMICalculator/Readme_Image/photo_2022-10-06_11-49-41.jpg
deleted file mode 100644
index 5f5d777..0000000
Binary files a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-41.jpg and /dev/null differ
diff --git a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-44.jpg b/BMICalculator/Readme_Image/photo_2022-10-06_11-49-44.jpg
deleted file mode 100644
index 61e5771..0000000
Binary files a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-44.jpg and /dev/null differ
diff --git a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-47.jpg b/BMICalculator/Readme_Image/photo_2022-10-06_11-49-47.jpg
deleted file mode 100644
index 90f9187..0000000
Binary files a/BMICalculator/Readme_Image/photo_2022-10-06_11-49-47.jpg and /dev/null differ
diff --git a/BMICalculator/app/build.gradle b/BMICalculator/app/build.gradle
deleted file mode 100644
index 88afbec..0000000
--- a/BMICalculator/app/build.gradle
+++ /dev/null
@@ -1,43 +0,0 @@
-plugins {
- id 'com.android.application'
- id 'org.jetbrains.kotlin.android'
-}
-
-android {
- compileSdk 32
-
- defaultConfig {
- applicationId "com.example.bmicalculator"
- minSdk 19
- 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
- }
- kotlinOptions {
- jvmTarget = '1.8'
- }
-}
-
-dependencies {
-
- implementation 'androidx.core:core-ktx:1.7.0'
- implementation 'androidx.appcompat:appcompat:1.5.0'
- implementation 'com.google.android.material:material:1.6.1'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
- 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/BMICalculator/app/proguard-rules.pro b/BMICalculator/app/proguard-rules.pro
deleted file mode 100644
index 481bb43..0000000
--- a/BMICalculator/app/proguard-rules.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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/BMICalculator/app/s.c b/BMICalculator/app/s.c
deleted file mode 100644
index e69de29..0000000
diff --git a/BMICalculator/app/src/androidTest/java/com/example/bmicalculator/ExampleInstrumentedTest.kt b/BMICalculator/app/src/androidTest/java/com/example/bmicalculator/ExampleInstrumentedTest.kt
deleted file mode 100644
index 9b210a6..0000000
--- a/BMICalculator/app/src/androidTest/java/com/example/bmicalculator/ExampleInstrumentedTest.kt
+++ /dev/null
@@ -1,24 +0,0 @@
-package com.example.bmicalculator
-
-import androidx.test.platform.app.InstrumentationRegistry
-import androidx.test.ext.junit.runners.AndroidJUnit4
-
-import org.junit.Test
-import org.junit.runner.RunWith
-
-import org.junit.Assert.*
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * See [testing documentation](http://d.android.com/tools/testing).
- */
-@RunWith(AndroidJUnit4::class)
-class ExampleInstrumentedTest {
- @Test
- fun useAppContext() {
- // Context of the app under test.
- val appContext = InstrumentationRegistry.getInstrumentation().targetContext
- assertEquals("com.example.bmicalculator", appContext.packageName)
- }
-}
\ No newline at end of file
diff --git a/BMICalculator/app/src/main/AndroidManifest.xml b/BMICalculator/app/src/main/AndroidManifest.xml
deleted file mode 100644
index 1cf0c53..0000000
--- a/BMICalculator/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-