Android : Delete a specific row from a SQLite table in Android

on Friday, August 29, 2014


I want to delete a specific row of a SQLite table in my Android code. Say, I want to delete the second row from five rows. How can I achieve this?


0 comments:

Post a Comment