creation of login page in android studio
-
Hide Copy Code
i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number -
Hide Copy Code
i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei number -
Hide Copy Code
i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei numberYou have already posted this in QA: Creation of android application[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
You have already posted this in QA: Creation of android application[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Hide Copy Code
i want to create a simple login app in android studio in that i want to fetch first time username and password from local database sqlite and after that when we log in then the imei number of device can store in database...then when we try to log in next time it will login through only that imei numberUse Room library for SQLite database. second, you cannot get the device IMEI Number programmatically. First Create A Registration form and add three edit text there, One for USERNAME, Second for PASSWORD, and third for IMEI. Store these three details in the SQLite database and you can easily authenticate the user with IMEI and Password or USERNAME and password