How to retrieve and display data from a database to TextView

I only want to display any data that my database possibly has at TextView to display data you can use textv.setText("Your data will be here"); for your data base you can see this referenced link Display data from database into textview

Leave a Comment