I am trying to attach a Fragment to my MainActivity programmatically by using the following code:
@Override protected void onCreate(Bundle savedInstanceSta
first of all your take framelayout in activity_main.after that
fragmentTransaction.add(R.id.framelayout_id,fragment);
than its working fine