android GUI

R

Roedy Green

I have had a request to port my Canadian Tax applet to Android.

http://mindprod.com/applet/canadiantax.html

did a quick look to try to figure out what would be involved. I
discovered they don't support either AWT or Swing. Any comments on
what the powers of its GUI are? Do you have equivalents to any of the
Swing components?
 
L

Lawrence D'Oliveiro

I have had a request to port my Canadian Tax applet to Android.

http://mindprod.com/applet/canadiantax.html

did a quick look to try to figure out what would be involved. I
discovered they don't support either AWT or Swing. Any comments on
what the powers of its GUI are? Do you have equivalents to any of the
Swing components?

Don’t try to think in terms of porting an existing desktop mouse/keyboard-
centric GUI. The constraints of the small screen and the characteristics of
a touch interface are quite different.
 
A

Arne Vajhøj

I have had a request to port my Canadian Tax applet to Android.

http://mindprod.com/applet/canadiantax.html

did a quick look to try to figure out what would be involved. I
discovered they don't support either AWT or Swing. Any comments on
what the powers of its GUI are? Do you have equivalents to any of the
Swing components?

Check the docs:

http://developer.android.com/reference/packages.html

For whatever reason Google must have considered a new API
better for this new type of device than the existing API's.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,107
Latest member
Vinay Kumar Nevatia_
Top