I\'m having issues finding a working example of using fragments + RoboGuice. The problem happens when you attempt to add/remove fragments with the Android fragment transaction
Roboguice 1.x is not compatible with the compat library and fragments. You will either have to move 2.0 which is in beta or extend the Fragment* classes yourselves.