I have a question about cursors, in my application I created a cursor that collects data from an internal database of the app, in this case it collects the thermal printers connected by network, I have 2 printing zones and each of them I have assigned a printer, when going through the cursor it detects that there are 2 printers and therefore I printed twice, I wanted to know if there is any way to reduce a cursor since when I do a getCount it returns 2 and what I want is that it stops in the first result of return, not that I go through it whole, I have searched for some method that can serve me in the android API but I have not found anything, if someone has the idea that I can do, or if I should do something in the query.
Greetings.