VerificationCode:随机生成多种方式验证码的实现

时间:2024-06-30 21:12:40
【文件属性】:

文件名称:VerificationCode:随机生成多种方式验证码的实现

文件大小:47KB

文件格式:ZIP

更新时间:2024-06-30 21:12:40

Java

VerificationCode 随机生成多种方式验证码的实现 这里主要实现了基本随机验证码BaseVerify和带有逻辑运算的简单验证码LogicVerify ##Usage ###setp1 在你的布局文件中对应的地方定义一个空的ImageView ###setp2 在程序中利用调用对应验证方法getInstance()获取实例赋给接口引用变量 ###setp3 控件.setImageBitmap(接口引用变量.createBitmap());来为ImageView实例化位图对象以及重新获取验证码 ##效果图 ##About me I am a grade three student in USTL. I'm willing to solve the problem with java,Cplus,C. I fell in love with android last year and


【文件预览】:
VerificationCode-master
----.gitignore(300B)
----build.gradle(584B)
----src()
--------androidTest()
--------main()
----LICENSE(11KB)
----verifycode.iml(7KB)
----README.md(910B)
----.idea()
--------misc.xml(1KB)
--------workspace.xml(12KB)
--------vcs.xml(164B)
--------copyright()
--------compiler.xml(686B)
--------modules.xml(144B)
----proguard-rules.pro(655B)

网友评论