我需要使用具有不同内容的同一页面
例如: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 数据库来获取内容。有人可以帮我吗@Thanks