我已将所有数据添加到我的数据库中,但无法使用上下文。那你能帮忙吗?
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);
}