try and catch while retrieving text form SQLite
问题 I am fetching the SQLite's data in the textView and it is showing following error. I've also set permission of READ and WRITE_EXTERNAL_STORAGE in mainfest but still I'm getting this error: this is quotes.java file: public class quotes extends SQLiteOpenHelper { private static final String Database_name = "quotes.db"; private static final String Database_path = "/data/data/com.birnepal.entrancekoguide/databases/"; private static final String Table_name = "quotes"; private static final String