问题描述
可以提供一些建议在Android中实现验证码>
推荐答案
一点点无耻的自我推广,但我最近有这个问题,并且通过stackoverflow.com梳理后发现所有解决方案都有远程API(这需要我的简单应用程序需要Inte.net权限),并且在Android上的超难以实现,或者由基于使用的数字限制,您无法获得该号码.
我开始一个项目,并把它放在github上,点击这里
当前功能是有限的,但我希望他们将与开源社区一起成长:
- 简单文本验证码,可编辑长度.
- 简单数学验证码,可编辑的数学运算符.
- 所有的最大特点就是易用!
其他推荐答案
要查看这个项目,他们有一个Android的例子
https://labs.ericsson.com/apis/captcha/downloads
https://labs.ericsson.com/apis/captcha/documentation
或可能使用这个
http://simplecaptcha.sourceforge.net/
要得到一些想法.
问题描述
Can 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:
- Simple Text Captcha, editable length.
- Simple Math Captcha, editable math operators.
- 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.