question

Mr. S. M. Joyce avatar image
Mr. S. M. Joyce asked

Advice on graphics libraries sought

Hi all. I'm new to this forum, so please forgive if I'm out of tune with local policies. I've been teaching myself Java over the last few months and after a bit of cursing have now successfully downloaded several apps onto my KindleFire HD. But I've been looking at the quality of the apps in the Store and realise just how far I've got to go before reaching an acceptable commercial standard. In particular, today, I was looking at an app that allowed you to place a picture on the screen, size and orientate it with a "pinch" control, dump it into the wastebin with a "flick" control and, oh, much more besides. I don't think this can be achieved with anything in the standard android View class, so my question is "where do I go to find libraries to achieve these effects?" Best wishes, MartinJ
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mr. S. M. Joyce avatar image
Mr. S. M. Joyce answered
To answer my own question ... I now realise that Android.View and Android.SurfaceView provide all the drawing facilities I need - see http://developer.android.com/guide/topics/graphics/2d-graphics.html for details. It looks as if the Android Gestures library will then provide everything I need to drive the drawing logic too - but I've still got to explore that area, so plenty more cursing in prospect, I guess.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Dixith@Amazon avatar image
Dixith@Amazon answered
Hi Joyce, Thank you for your post. Its good to know that you were able to solve your issue. This will definitely help other developers as well.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.