<div dir="ltr">I don't know if I'm able to do this now, maybe a day I'll try.<br><br>Kjow<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/22 Felipe Monteiro de Carvalho <span dir="ltr"><<a href="mailto:felipemonteiro.carvalho@gmail.com" target="_blank">felipemonteiro.carvalho@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe call the necessary Java API via JNI? That's my solution to<br>
almost everything in Android =D Once you get used, JNI calling is not<br>
that hard. The only thing that cannot be done easily natively via JNI<br>
is when implementing interfaces is a requirement to utilize the API,<br>
but it would be strange if networking APIs in Java require that...<br>
I've never utilized Java networking APIs, so can't be sure...<br>
<br>
The NDK libraries, which would be the pure native solution without<br>
JNI, are very few, there is a list of them here:<br>
<a href="http://wiki.freepascal.org/Custom_Drawn_Interface/Android#NDK_Libraries_available_in_Android_2.2_.28API_level_8.29" target="_blank">http://wiki.freepascal.org/Custom_Drawn_Interface/Android#NDK_Libraries_available_in_Android_2.2_.28API_level_8.29</a><br>

<br>
I don't have any code about this however, since my app per-se does not<br>
utilize the internet currently.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Felipe Monteiro de Carvalho<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>