我是android programming
的新手。我创建了一个完美的listview片段。我希望单击列表中的项目以打开所选片段。我有以下错误。任何人都可以帮忙。我在showFragment(position)
上有错误;
"can't resolve symbol 'position' and on
getSupportFragmentManager().beginTransaction().replace(R.id.content.f).commit();
viewActionsContentView.showContent(); "can't resolve symbol on "getSupportFragmentManager and viewActionContentView"
这是我的 listview编码
getSupportFragmentManager().beginTransaction().replace(R.id.content.f).commit();
viewActionsContentView.showContent();