I always see people say that it cursor is never null so you dont need to check for null or not but then there are other people that say that cursor can be null and you chould always check it.
so looking at the query method here it does show that null gets returned so I dont know if I am just missing something or are the people saying that cursor is never null wrong?
do you or do you not need to check if Cursor
is null when a query is made?