Feedbacks

EclipseSource Oomph Profile: Favorite Eclipse Settings

As described in our previous post, we maintain a common Eclipse Oomph Profile with our favorite plugins and settings preconfigured. By using Oomph, you can get this version of Eclipse installed with a …

Pixel perfect layout in Tabris.js

Moritz Post
Sep 4, 2015

Positioning widgets in a layout is a very common task in Tabris.js apps. When dealing with varying device densities, Tabris.js lets you declare all dimensions in device independent pixels. This …

Tabris.js 1.2 is here

Sep 2, 2015

Tabris.js 1.2 is out now - it boasts several layout improvements, the ability to override Android back button behavior, a new easy way to enable fullscreen mode and more. One of the most exciting …

EMF Forms 1.6.0 Feature: Improved Rendering Architecture

With the Mars Release, we released EMF Forms 1.6.0. EMF Forms makes it really simple to create forms, which edit your data based on an EMF model. To get started with EMF Forms please refer to our …

Custom Widgets in Tabris.js

Johannes Eickhold
Aug 26, 2015

The 1.2 release of Tabris.js will come with a glimpse of a very powerful new feature: custom widgets. Which problem do they solve? And how do they work? This blog post will provide you with some …

Styling the collection view in Tabris.js

Ian Bull
Aug 25, 2015

One of the most common mobile views for displaying information is the collection view. The collection view is a scrollable list often used for presenting data as a series of rows and has been part of …