generating captcha
Does anyone know if there is any library availabl开发者_运维百科e for generating captcha which is possible to implement in android application so the captcha appears in the activity?
Thank you.
USe the open source JCaptcha from http://jcaptcha.sourceforge.net/
yeah it is simple to implement the technique of capcha in android or in any other plateform . what you have to do is to put some images into the drawable , put an ImageView right above you EditView and linked those images with an Array or any collection in which you saved the correct text of the images ... then on button click get the ID for the random image and verify it with the saved collection of text .
Have you looked at recaptcha?
精彩评论