I'm currently trying to create some fragments for my application. I'd like to place them into a Android Class Library project but haven't had any luck with this yet.
So my question: Is this even supported by MfA? And if it is, how do I reference the fragment in my .axml file?
I've tried class="mynamespace.MyFragment"
but this just results in an exception being thrown by SetContentView()
in my main activity.