i have just started making android app but i don't know how to use a already made database on SQLiteDatabase to display its content in my android app.
I have made data base helper class.
I want to acess the database information to b displayed in my app like name city etc.
So i want to know how i should write query so that i can access the data and display it in my app.
I am not asking how to make data base helper clas i m asking how to write query in my main.java so that database is displayed in my app