fetching data from database and set it on edittext
问题 I am doing a registration page for my application.For this I need to insert the registration details in to sqlite DB.Once the registration is done,the edittext fields should display those details fetching it from database and the submit button and text fields should be disabled to stop from a second time registration.Can anyone suggest the suitable way? 回答1: Check code for database in the following link Android SQLite You have to store the value in an arraylist and which is retrieved from