MobileUI/
From 0.1 to 0.2
Migration guide from MobileUI 0.1 to 0.2
Layout changes
Rename the root element of all your layouts from
RemoteUILayout to Layout
and change their namespace from
urn:remoteui:org:layout to urn:nevernull:mobileui:layout
LifecycleAware controllers
You can now use the LifecycleAware interface for your common controllers. For this mechanism, you have to use the correct constructors for your MobileUILayouts on both platforms.
- Android: When using Fragments, make sure you use the corresponding constructor of MobileUILayout.
- iOS: Make sure you use the new constructor taking the UIViewController as first parameter.