[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
Which part? How to draw the captcha? How to intercept the user touching it? How to validate it? Or would you just like the full source? On Jun 20, 3:02 pm, Look cibin.p.oom...@gmail.com wrote: I'm trying to implement captcha image in my sign up page. Can any one tell me how to do? Thanks

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
Hi,as the starting point i need how to draw captcha in my sign up page... please reply at the earliest. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
Generate the captcha bitmap, and set the generate bitmap to an ImageView. On Jun 20, 4:19 pm, Look cibin.p.oom...@gmail.com wrote: Hi,as the starting point i need how to draw captcha in my sign up page... please reply at the earliest. -- You received this message because you are subscribed

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
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 android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Mohammed Hossain Doula
Why are you looking for the source code here? Just try to generate the captcha image by some algorithm. On Mon, Jun 20, 2011 at 2:23 PM, Look cibin.p.oom...@gmail.com wrote: can u send me the source code please -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Zsolt Vasvari
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

[android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Look
@Zsolt Vasvari: Thankyou for helping me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: help/ Captcha Image in Android

2011-06-20 Thread Nasif Noorudeen
generate text in randow bu using srandom random , convert nuber to text draw the text as a bitmap On Mon, Jun 20, 2011 at 2:03 PM, Look cibin.p.oom...@gmail.com wrote: @Zsolt Vasvari: Thankyou for helping me -- You received this message because you are subscribed to the Google Groups