I want to keep database creation queries and data accessing queries in text file format (those text files will be in a folder like "res" folder) and access them from android.
Let's say I want to execute the createDB() query, then I should be able to call by the relevant text file name and query should be executed.
I searched the internet and couldn't end up with a suitable tutorial or solution. So I am seeking some idea/solution or at least a good tutorial which satisfy my requirement.