On Dec 27, 6:35 pm, "Diego N." <[email protected]> wrote: > I would like to develop a crossword puzzle game but never worked with game > development. He wanted to know where to start. > > I will use Java 2D?
I would recommend to stick to standard android widgets if you do not need realtime graphics (which is the case with crossword puzzle game) - but full UI power including layout and animations. If you need realtime frame rendering your choice is SurfaceView and drawing into bitmaps with android toolkit - or maybe even with GL if hardware acceleration if available regards, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

