From 1d5049ffe15d0fcdf8ba475890d7d27f25828067 Mon Sep 17 00:00:00 2001 From: acuk student Date: Wed, 28 Aug 2024 16:41:10 +0500 Subject: [PATCH] sharedPreferences added --- .idea/misc.xml | 1 - .idea/other.xml | 66 +++++++++ app/build.gradle.kts | 8 +- .../signup_signin/DatabaseHandler.java | 4 +- .../com/example/signup_signin/SignIn.java | 132 +++++++++++++----- app/src/main/res/layout/activity_sign_in.xml | 15 ++ gradle/libs.versions.toml | 2 + 7 files changed, 186 insertions(+), 42 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cb..8978d23 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/other.xml b/.idea/other.xml index 4604c44..94c96f6 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -69,6 +69,28 @@