[Lazarus] Android and network

Kjow antispammoni at gmail.com
Thu May 23 10:51:03 CEST 2013


2013/5/22 Benito van der Zander <benito at benibela.de>

>  Hi,
> last week I ported my Internet Tools (
> http://benibela.de/sources_en.html#internettools) to Android
> e.g.:
>
> uses simpleinternet;
> Memo2.Lines.text := retrieve(edit1.text);
>
> or if you need the headers:
>
> uses androidinternetaccess;
> var internet: TAndroidInternetAccess;
> begin
>     internet:=TAndroidInternetAccess.create;
>     Memo2.Lines.text := internet.get(edit1.text);
>     Memo1.Lines.Assign(internet.GetLastHTTPHeaders);
>     internet.free;
> end;
>

Thank you, but I can't get it working... neither x64-win64 nor Android.
I can't find an installation guide, so I don't understand what is needed
and how to set it.

Can you help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130523/86a421be/attachment-0003.html>


More information about the Lazarus mailing list