Can i first add a Fragment to a View, then \"detach\" it, and then \"re-attach\" it to another View?
In code, i want to:
fragOne one = new fragOne();
Adding to the Yan. Yurkin's answer. Make sure not to have any transitions applied to the transaction as these seem to delay the fragment from being detached.