<div dir="auto">Awesome, thanks! .<div dir="auto">I will Check</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 11 Jan 2021, 23:32 Nathan Freitas, <<a href="mailto:nathan@freitas.net">nathan@freitas.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On 1/9/21 9:51 PM, adhith adhi007 wrote:<br>
> what we want is our customers need to be using tor and maximum tor<br>
> anonymity and proceed to our app (like in tor browser android not to all<br>
> apps). Is there any way we can achieve this in an android app. We know<br>
> android app development using android studio and Xamarin or do we need to<br>
> learn any other language?<br>
<br>
There are few libraries for integrating Tor (or Orbot as a separate app)<br>
into your app:<br>
<br>
Full Tor library with integrated API:<br>
<a href="https://github.com/05nelsonm/TorOnionProxyLibrary-Android" rel="noreferrer noreferrer" target="_blank">https://github.com/05nelsonm/TorOnionProxyLibrary-Android</a><br>
<br>
Tor binary with minimal support code (need to use JTorCtl library as well)<br>
<a href="https://github.com/guardianproject/tor-android" rel="noreferrer noreferrer" target="_blank">https://github.com/guardianproject/tor-android</a><br>
<br>
Lightweight library to integrate with Orbot app via HTTP or SOCKS proxying:<br>
<a href="https://github.com/guardianproject/netcipher" rel="noreferrer noreferrer" target="_blank">https://github.com/guardianproject/netcipher</a><br>
<br>
Good luck!<br>
<br>
<br>
</blockquote></div>