createActivity abstract method
Create an instance of ActiveState for the UI.
NOTE createActivity overrides the createState function. Overriding this function and the createState function can have unintended side affects.
Implementation
ActiveState<ActiveView, T> createActivity();