GitXplorerGitXplorer
d

android-swt-demo

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
d4b7419b3dfd929be577e0655fcb96b6abb4621c

Update README.md

ddavidair committed 10 years ago
Unverified
1e9aefdc2def359dbc524239c92f49d69230380b

Added screenshots

ddavidair committed 11 years ago
Unverified
148159084d46a81ea68874d6d1cc1bb42c645160

Added screenshots

committed 11 years ago
Unverified
18143a2980ce4a394939c8c2b3b91c8a7676e5b6

Update README.md

ddavidair committed 11 years ago
Unverified
74365e6c705fd4e58032fb8d19cdeb5b3d55494a

Update README.md

ddavidair committed 11 years ago
Unverified
a76e9491ad4063988681b658563f20603004a4c0

Initial commit of the prototype sources

committed 11 years ago

README

The README file for this repository.

android-swt-demo

A prototype that demonstrates how to display an Android custom-painted view using desktop Java and SWT

This prototype consists of two projects:

DrawIt - a very simple Android application which contains one custom-painted view (TestView)

AndroidPaint - a desktop SWT Java application that contains a very crude prototype of a framework that would allow rendering Android views using SWT. It references TestView.js from the DrawIt project - so exactly the same code runs on both Android and desktop (the link is a full path to my local instance and needs to be changed in the project file)

Screenshots

Rendered via SWT:

Android via SWT

Rendered on Android:

Native Android