gpt4 book ai didi

android - 前两页在 Android 的查看寻呼机中使用相同的值。如何禁用它?

转载 作者:太空宇宙 更新时间:2023-11-03 11:14:41 25 4
gpt4 key购买 nike

我想通过使用 android 中 View 寻呼机的当前位置从数据库中检索数据,但是当我尝试它时,前两个页面使用相同的数字。有什么方法可以使用寻呼机的当前位置来检索数据吗?

public void onPageSelected(int arg0) {          
int a = arg0 + 1;
}

我传递了 'a' 的值,但是第二个页面在 View 分页器中也使用了值 a 作为 1。

我在 fragment 中使用了以下内容,

DBMain dbm1 = new DBMain(context); dbm1.open();

    Cursor cursor = dbm1.getSGGS(no);//'no' is the number 'a'
if (cursor.moveToNext()) {
for (int i = 0; i < cursor.getCount(); i++) {

array.add(cursor.getString(cursor
.getColumnIndex("abc")));


cursor.moveToNext();

但是前两个将使用'a'作为1。我想使第二个 fragment 使用'a'作为2然后3......

提前致谢

最佳答案

清除错误。在 onCreate 而不是 onCreateView 上获取值。

谢谢回复

关于android - 前两页在 Android 的查看寻呼机中使用相同的值。如何禁用它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18313065/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com