Hello guys!I have a question for you. I have to parse a xml from a web service and then add the parsed data to an sqlite database. If the selected data is already in database I don't have to add anything. The problem is, how can I check if a tag is already in the database? I tried to query on database, and it returns me a cursor, but every condition I try with this cursor it gives me negative results. How can I check if the query returned me a valid result or null?
Sorry for my bad english.
Thank you.
Luca

