I just started with fragment design for HoneyComb. I created two fragments. When i click a button in the left side fragment, a new fragment is created in right side. Meanwh
it's very simple how to replace with Fragment.
DataFromDb changeActivity = new DataFromDb(); FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); transaction.replace(R.id.changeFrg, changeActivity); transaction.commit();