开发者

How can implement captcha Using android

开发者_如何学GoCan any one give some suggestions to implement captcha in android


A little bit of shameless self-promotion, but I recently had this same question, and after combing through StackOverflow.com realized that all of the solutions out there are Remote API based (which would require my simple app to require Internet permissions), and either were super difficult to implement on Android, or were limited by use based numbers and you could not get that number raised.

So I started a project, and put it on GitHub, Click here

Current features are limited, but I hope they will grow with the open-source community:

  1. Simple Text Captcha, editable length.
  2. Simple Math Captcha, editable math operators.
  3. The biggest feature of all is ease of use!


Take a look to this project, they have a some android's examples

https://labs.ericsson.com/apis/captcha/downloads

https://labs.ericsson.com/apis/captcha/documentation

or maybe use this

http://simplecaptcha.sourceforge.net/

to get some ideas.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜