New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Can we have a method make a android application for LET
in Help
I tried times, But found that I cannot sign in anymore. Maybe cloudflare blocked any method but not directly by PC browser?

Comments
Well, nothing is really stopping you from writing a front end (as i've learned recently there's even a couple things that can be done in a non-awkward way).
If Cloudflare gets in your way you'll just have to have some way of presenting the challenges to the user and/or act like an actual browser would (there's a lot to this - you'll have to read up on it yourself though since i don't know if the potential non-browser lock out would be intentional).
Handling of advertising would probably be a bit of tricky topic but as long as you don't try to profit yourself i figure it might be OK.
Well. You mean UI wrap the webview?
Hmm, in what context? For having users solve challenges that's probably not too bad but beyond this i guess you'll have to work at the raw http level (at least where no more convenient alternative is available).
If you were thinking more in regards to emulating browser behavior, well, like i said i'm not going get into this. You'll have to collect the relevant information yourself. Chances are it'll be a little tricky since there probably aren't any out-of-the-box solutions for Java/Android.
NO