The source code to setting the bitmap is ImageView view;
imageView.setImageBitmap(myCaptchaBitmap); As far as how to generate the captch bitmap, it's NOT an Android question for the most part. If you don't know how, you won't be able to do it as it is a very difficult computer science problem and many people have done massive research on it to do it correctly. I am sure you can find/purchase some kind of Java library that generates captcha images for you. On Jun 20, 4:23 pm, Look <[email protected]> wrote: > can u send me the source code please.... -- 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

