This document discusses how to create scalable user interfaces for applications on Tizen, an open source platform. It focuses on the Enlightenment Foundation Libraries (EFL), which provide a widget toolkit and are used as the graphics component in Tizen's core framework. EFL uses Edje for layouts and Elementary for widgets. Edje allows creating visual designs separately from application code via EDC scripts. Elementary provides over 75 reusable widgets. The document explains how EFL achieves scalability through relative positioning, scale factors, container widgets, flexible images, and configurable profiles. It demonstrates EFL tools and how to create EFL applications for Tizen.