hi all members thanks in advance.
when i run my Database application in logcat show the error like:
database and cursor not close properly
application is not crash but sometime it creates a problem in device
how can i get rid of this error?
it always happen when i run any database application.
Close the cursor if exists after your code execution done (in
finallystatements)Thanks
Deepak