Skip to content

poberwong/VerificationCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 I will devote myself to android when I graduate from school. If you have an internship for android,please contact me .

My blog

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages