I'm very new to the concept of creating custom drawings. I'm trying to figure out how to draw somethings from scratch. Like patters shapes and at the end have a bitmap...
As of now I use: Bitmap.createBitmap(int[] colors, int width, int height, Bitmap.Config config) Using some random numbers and loops I create some patterns by setting a color to each pixel on my color array of size [width*height]. So I'm not sure if this is an efficient method for drawing a bitmap? The goal is to create patters shapes and animate them frame by frame... Would this approach be the fastest way? Any links recommended about this topic? Thanks! -Moto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

