当前位置:
代码迷
>>
Android
>> intent可以在两个activity之间传递cursor对象么
详细解决方案
intent可以在两个activity之间传递cursor对象么
热度:
100
发布时间:
2016-05-01 21:20:35.0
intent可以在两个activity之间传递cursor对象么?求助求助求助
intent可以用来在两个activity之间传递cursor对象么?。用putExra方法不行啊。是不是不可以传啊???
跪求指教。
------解决方案--------------------
不能直接传,建立传cursor的查询语句过去,接收到后再重新查,这样比较安全。
如果用到数据库,打开后没有及时关闭的话也会出错的,所以通过传cursor对象是不安全的。
相关解决方案
Activity 图片,该如何解决
对文字,如何执行onclick="javascript:window.close()" style="cursor:hand"
informix Cursor not open.解决思路
cannot update the cursor,该如何解决
Android 三 开始 Activity MainThread中不能执行http通信了
css cursor 设立
style.cursor 的可选值(鼠标的各种式样)
cursor:hand 跟 cursor:pointer
cursor 空缺
将鼠标的式样变成一个"手"的样子. cursor:pointer
ExtJS4除了下拉框的光标(remove the cursor of combo)
关于IE和FF中"cursor:url"样式不兼容的有关问题.
CURSOR 怎么RETURN
cursor 结果集的count数,该如何处理
oracle 游标 cursor 效率 慢,该怎么解决
function、cursor 和EXECUTE IMMEDIATE的有关问题,多谢同志们,快疯了
TYPE ref_type_name IS REF CURSOR [RETURN return_type]的return_type必须是record类型吗解决办法
Intent Filter 类方法
Activity 起步模式
Intent 取值解决方案
android错误Unable to instantiate activity ComponentInfo解决办法
Android activity onNewIntent触发火候
Android装配卸载APK(Intent)
Android有关问题集锦之三十八:not allowed to send broadcast android.intent.action.MEDIA_MOUNTED
为啥Cursor cursor = database.rawQuery一直报错
PopWindow 的浮动在目前(activity)的顶部是什么意思
android 一些细节 intent.getIntExtra有关问题
Activity 中的1对象想在 Fragment 中使用,请前辈指导
android Intent PendingIntent的差异
关于Android平台上头is not valid; is your activity running