From d36ad8b6dad82782806ea385f7ebb2fda01d09a9 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Thu, 27 Jan 2022 18:55:34 +0000 Subject: [PATCH 1/3] Delete SplashScreen.java --- .../in/sickle_cell/SplashScreen.java | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 app/src/main/java/shanmukha/in/sickle_cell/SplashScreen.java diff --git a/app/src/main/java/shanmukha/in/sickle_cell/SplashScreen.java b/app/src/main/java/shanmukha/in/sickle_cell/SplashScreen.java deleted file mode 100644 index ef82c00..0000000 --- a/app/src/main/java/shanmukha/in/sickle_cell/SplashScreen.java +++ /dev/null @@ -1,39 +0,0 @@ -package shanmukha.in.sickle_cell; - -import android.content.Intent; -import android.content.SharedPreferences; -import android.os.Bundle; -import android.os.Handler; - -import androidx.appcompat.app.AppCompatActivity; - - -public class SplashScreen extends AppCompatActivity { - - private static int SPLASH_TIME_OUT=3000; - String number; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_splash_screen); - SharedPreferences preferences6 = getSharedPreferences("PhoneBook_number", MODE_PRIVATE); - - number = preferences6.getString("Phone", null); - - new Handler().postDelayed(new Runnable() { - @Override - public void run() { - - - - Intent home = new Intent(SplashScreen.this, Serial_Com.class); - startActivity(home); - finish(); - - - - } - }, SPLASH_TIME_OUT); - } -} From 0518ada9e69e995f271a3c3c1ba0e83d01d88d8b Mon Sep 17 00:00:00 2001 From: Raman deep Date: Thu, 27 Jan 2022 18:55:43 +0000 Subject: [PATCH 2/3] Delete flag_pojo.java --- .../shanmukha/in/sickle_cell/flag_pojo.java | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 app/src/main/java/shanmukha/in/sickle_cell/flag_pojo.java diff --git a/app/src/main/java/shanmukha/in/sickle_cell/flag_pojo.java b/app/src/main/java/shanmukha/in/sickle_cell/flag_pojo.java deleted file mode 100644 index cd27914..0000000 --- a/app/src/main/java/shanmukha/in/sickle_cell/flag_pojo.java +++ /dev/null @@ -1,31 +0,0 @@ -package shanmukha.in.sickle_cell; - -public class flag_pojo { - private int connect_flag; - private int baseline_flag; - private int run_flag; - - public int getConnect_flag() { - return connect_flag; - } - - public void setConnect_flag(int connect_flag) { - this.connect_flag = connect_flag; - } - - public int getBaseline_flag() { - return baseline_flag; - } - - public void setBaseline_flag(int baseline_flag) { - this.baseline_flag = baseline_flag; - } - - public int getRun_flag() { - return run_flag; - } - - public void setRun_flag(int run_flag) { - this.run_flag = run_flag; - } -} \ No newline at end of file From 0726881045015e1ded832b96b4e133fe144dc9b6 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Thu, 27 Jan 2022 18:55:52 +0000 Subject: [PATCH 3/3] Delete pojo.java --- .../java/shanmukha/in/sickle_cell/pojo.java | 94 ------------------- 1 file changed, 94 deletions(-) delete mode 100644 app/src/main/java/shanmukha/in/sickle_cell/pojo.java diff --git a/app/src/main/java/shanmukha/in/sickle_cell/pojo.java b/app/src/main/java/shanmukha/in/sickle_cell/pojo.java deleted file mode 100644 index 57b120b..0000000 --- a/app/src/main/java/shanmukha/in/sickle_cell/pojo.java +++ /dev/null @@ -1,94 +0,0 @@ -package shanmukha.in.sickle_cell; - -public class pojo { - private String x_427; - private String x_555; - private String i_427; - private String i_555; - private String f_427; - private String f_555; - private String a_555; - private String a_427; - private String ratio; - private String result; - - public String getA_555() { - return a_555; - } - - public void setA_555(String a_555) { - this.a_555 = a_555; - } - - public String getA_427() { - return a_427; - } - - public void setA_427(String a_427) { - this.a_427 = a_427; - } - - public String getRatio() { - return ratio; - } - - public void setRatio(String ratio) { - this.ratio = ratio; - } - - public String getResult() { - return result; - } - - public void setResult(String result) { - this.result = result; - } - - public String getX_427() { - return x_427; - } - - public void setX_427(String x_427) { - this.x_427 = x_427; - } - - public String getX_555() { - return x_555; - } - - public void setX_555(String x_555) { - this.x_555 = x_555; - } - - public String getI_427() { - return i_427; - } - - public void setI_427(String i_427) { - this.i_427 = i_427; - } - - public String getI_555() { - return i_555; - } - - public void setI_555(String i_555) { - this.i_555 = i_555; - } - - public String getF_427() { - return f_427; - } - - public void setF_427(String f_427) { - this.f_427 = f_427; - } - - public String getF_555() { - return f_555; - } - - public void setF_555(String f_555) { - this.f_555 = f_555; - } -} \ No newline at end of file