如何在片段中添加数据库助手?

时间:2019-02-13 08:31:30

标签: android

我已将所有数据添加到我的数据库中,但无法使用上下文。那你能帮忙吗?

public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
    rootView = inflater.inflate(R.layout.learning_module, container, false);

    databaseHelper = new DatabaseHelper(this);
}

0 个答案:

没有答案