Currently I am using the rawQuery method to execute a union select statement between two tables. I being searching but I have not being able to find documentation or by checking out the code for a way to have a lazy loading list from the output (db cursor) provided by the rawQuery method. Is there any way to obtain a lazy loading when executing rawQueries ?
Currently I am using the rawQuery method to execute a union select statement between two tables. I being searching but I have not being able to find documentation or by checking out the code for a way to have a lazy loading list from the output (db cursor) provided by the rawQuery method. Is there any way to obtain a lazy loading when executing rawQueries ?