reCAPTCHA on Android?

Go To StackoverFlow.com

2

I was wondering how I use reCAPTCHA with my Android app? Right now, I am stuck, I can get the HTML code using an HttpClient request but I do not know what to do with it.

2012-04-05 01:18
by user1314147


1

I don't have experience with implementing capchas. But to me it seems like you'd want to pass your html string in to a WebView with a call like this:

wv.loadData(htmlStr,"text/html", "UTF-8");
2012-04-05 03:45
by FoamyGuy
Does anyone know if there is another way that is similar to reCAPTCHA on the Android - user1314147 2012-04-07 02:55


1

reCaptcha android library will solve your problem.

it's part of google play services.

2017-06-15 15:21
by Amin Mazinani
Ads