0
我是android開發新手。我只想知道如何在我們正在導航的類中訪問變量(例如textview變量),以便我可以根據點擊的listview更改它的值。android listview and intent
這裏是一些代碼
protected void onListItemClick(ListView l, View v, int position, long id) {
// TODO Auto-generated method stub
super.onListItemClick(l, v, position, id);
Intent openStartingPoint = new Intent("com.name.MainClass");
startActivity(openStartingPoint);}
感謝