I just made a pull request with the fragment feature implemented.
Instead of extending AndroidApplication by an activity, you can extend AndroidFragmentApplication by a Fragment and return initializeForView() on the onCreateView callback.
Extra line due to stackoverflow requirements. Please delete