Introduction to platform-sensitive development

From Lazarus wiki
Revision as of 01:52, 19 May 2013 by Jwdietrich (talk | contribs)
Jump to navigationJump to search

Platform-sensitive development is the next step in cross-platform development. It extends the process of porting an application by implementing platform-specific functions and user-interface style guides.

Thanks to the "Write Once - Compile Anywhere" principle of Lazarus and Free Pascal it is very easy to develop a program that runs out of the box on multiple platforms. To make a finished application that adheres to the respective GUI style guidelines (and even the requirements of app stores) requires additional steps, however.

This article is to provide the reader with essential information and hints for platform-sensitive development.

Android

To be continued ...

iOS

To be continued ...

Linux

To be continued ...

Mac OS X

To be continued ...

Windows

To be continued ...