Captcha in Android App

I need to implement Captcha in my Android application code, but don’t know how to do it.

Please can anyone help me here?

+4
source share
2 answers

Take a look at SimpleCaptcha or JCaptcha .

+3
source

Shameless self-promotion, but I SENT all other options, in particular, that they are all based on the network. Now I'm sure that I need LOTS work, etc., And maybe not as safe as using another external solution, but at least it is easy to use and has several options.

Git is here and enjoy changing and fixing

+3
source

Source: https://habr.com/ru/post/1412412/


All Articles