Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Android Port of SWT

Hi Patrick -

That sounds cool! There's no real doc for doing a port - the best suggestion is to start with a working port (Win or GTK) and comment out code. Start by implementing  Display, Shell, Control and Composite. You can make use of the existing SWT snippets to test your code (start at Snippet 1).

Once you get further along, you can use ControlExample in examples to test your work (comment out all the controls and bring them in as you implement them). Feel free to ping us here on the list if you have questions.

Good luck!
Bogdan


From: Patrick Bichler <office@xxxxxxxxxxxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: 05/14/2013 02:44 AM
Subject: [platform-swt-dev] Android Port of SWT
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





Hello,

I am working on an Android port of SWT, which will be my thesis in uni.
So far i created/ported the basics (common part + some basic support for
button/text).
Are there known documents/documentation for (such) ports?

greetings, Patrick


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top