I\'m fairly new to Android, so this might have an obvious answer, but I can\'t seem to find it.
I\'m writing a version of a calculator app. I want to make it so tha
use easy code in your activity
getSupportFragmentManager().beginTransaction().add(R.id.yourcontainer,new yourfragment).commit();