Hi I’m new to android and I got my location writing to a sqlite database but now I want the top line (ordered by id) to be read and sent to a server (got this working) and then deleted. is there some sort of code I need to do this as if (cursor.moveToFirst()) { dose not seem to work?
Hi I’m new to android and I got my location writing to a sqlite
Share
try this code