Re: [android-developers] Graphics in Android

2011-09-12 Thread Appaholics
Swing does not work on Android. The graphics are rendered by the standard 2d graphics library and OpenGL. It is up to you to choose one for your app. Thanks On Sun, Sep 11, 2011 at 1:10 AM, Aneem Talukder wrote: > Dear Community, > > I have just recently started coding for the android platform.

[android-developers] Graphics in Android

2011-09-12 Thread Aneem Talukder
Dear Community, I have just recently started coding for the android platform. Today, in fact :) I know java pretty well and use the swing frameworks for my GUI development. Is android compatible with swing, or is there a more appropriate api for graphics? Thanks in advance! Aneem -- You receiv

[android-developers] graphics in android widgets

2011-01-18 Thread xai
Hi All! I am new to android and i am now learning to make a home screen widget. I have read some materials online, and i learn about that the widgets is 'decorated' using RemoveView, not normal surfaceView, therefore we have many limitations on 'drawing' the widgets. I wonder if there any ways t