Examples of UiDemo


Examples of com.eclipsesource.tabris.demos.entrypoints.UiDemo

    application.addEntryPoint( "/keyboard", KeyboardDemo.class, null );
    application.addEntryPoint( "/video", VideoDemo.class, null );
    application.addEntryPoint( "/launcher", AppLauncherDemo.class, null );
    application.addEntryPoint( "/appevents", AppEventsDemo.class, null );
    application.addEntryPoint( "/swipe", SwipeDemo.class, null );
    application.addEntryPoint( "/ui", new UiDemo(), null );
    application.addEntryPoint( "/dynamic-ui", new DynamicUIDemo(), null );
    application.addEntryPoint( "/device", ClientDeviceDemo.class, null );
    application.addEntryPoint( "/scroll", ScrollDemo.class, null );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.