I am using this example to create the database in to amy android app.
But here it is not given that how to fetch the data from the database.
My fields are like:
_id
name
address
type
now i want to show the all available name from the database.
I know that i have to use Select query. but where i have to use it that i dont know. So please can anybudy help e for that.
Thanks.
Write your method in
DataBaseHelperthat will be like this