Hello,
I am in the beginning stages of developing my first 2d puzzle game
(7x7 grid kind of like bejeweled), and looking for the best method to
implement the following:

draw 49 random pieces(from 7 original pngs) on the board that can be
moved around without redrawing the whole board. I can get this drawn
out nicely with a basic for loop using
BitmapFactory.decodeResource(getResources(),... but Im not sure where
to go from here plus when I change the screen orientation the pieces
regenerate randomly. Any help pointing me in the right direction would
be greatly appreciated.

Thanks

-- 
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

Reply via email to