如何从sqlite数据库中读取并显示它,然后在android中删除它?
嗨,我是 android 新手,我将我的位置写入了 sqlite 数据库,但现在我希望读取顶行(按 id 排序)并将其发送到服务器(使其正常工作),然后删除。是否需要某种代码来执行此操作,因为 if (cursor.moveToFirst()) {
似乎不起作用?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个代码
try this code