Showing posts with label cross-platform-mobile-development. Show all posts
Showing posts with label cross-platform-mobile-development. Show all posts

Tuesday, September 1, 2015

Dataflow editor pure HTML5 + Javascript.

1. Hopefully will run anywhere (Android, IOS with help of Intel XDK which wraps HTML5+Javascript development into appropriate packages). Raspberry PI, Windows.
2. JointJs+Webix HTML UI framework.
3. Tried OpenUI5, Jquery UI, EasyUI. With Webix got quick results (few hours).
4. Their site contains a lot of samples with code editor. you can modify samples and see live changes.
5. Appropriate sources attached. https://www.dropbox.com/s/f1pzbfvpacl2384/DataflowAnywhere.zip?dl=0
 nothing works meanwhile, simply UI layout with panels that can be collapsed/expanded.blocks drawn can be moved, connected, disconnected.
6. Actually it's JointJS graph in few lines of JavaScript is embedded into Webix view.



Monday, June 9, 2014

Choosing cross platform mobile development tool.

- HTML5 + JavaScript + some kind of runtime engine that will load application into platform specific browser.

  •  Reusable abilities at work place: ASP.NET, web deployment, security, IIS, JavaScript
  •  a lot of free JavaScript code is available in Internet
  •  simple code completely mine - better control



Tuesday, May 27, 2014

Wednesday, April 30, 2014

Flex mobile as cross platform mobile development tool.

Meanwhile I don't understand how to place evenly controls and occupate all available space. I see at emulator controls don't occupy available space.

Trying to port some WPF XAML. To make possible to write at *.mxml files some kind of XAML markup.
1. In order to see your object in mxml markup its class should extend Object.
2. Why Intellij Idea doesn't have context help by Flex objects?
3. Flex Reflection
4. Flex mxml app architecture