Skip to content

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

License

Notifications You must be signed in to change notification settings

davidair/android-swt-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages