コンテンツの異なる同じページを使用する必要がある
例えば:i have clicked Array[name] button it will show the couple of names in listview next when i will click the address array the same activity instead of name can we show the address!!
調べてみたらこんなものがありました
Intent intent = new Intent(context, CalledActivity.class);
intent.putExtra(key, value);
startActivity(intent);
ここでは、コンテンツを取得するために sqlite データベースを使用しました。