delphi for android
Focus on:- New compiler written in Delphi itself (not C#).
- Components/libraries support for the Android SDK.
- Documentation an samples.
有兴趣的同学可以看看:
http://lenniedevilliers.blogspot.com/

解决方案 »

  1.   

    http://code.google.com/p/delphidroid
      

  2.   

    delphi for android
    牛人
      

  3.   

    谢特! 我朝这是搞毛啊,许多网站都被水产了,连zlib.net都不能访问了。难道是白名单开始启动了?
      

  4.   

    http://code.google.com/p/delphidroid 点进去后还是打不开
      

  5.   


    恩啊, 早不久我也到 zlib.net 下代码的, 后来翻墙才下到。 
      

  6.   

    Write Android applications using Borland Delphi. 你以为是刘谦啊,见证奇迹的时候来了
      

  7.   

    http://www.lenniedevilliers.net/preview/DAndroid_01.avi
      

  8.   

    哇!!!delphi for android??牛人哦!!!
      

  9.   

    谁下载了 传到csdn上 共享一下啊
      

  10.   

    unit Android.Dialog;interfaceuses
      Dialogs;procedure Android_AlertBox(aText: string);implementationprocedure Android_AlertBox(aText: string);
    begin
      MessageDlg(aText,mtInformation, mbOKCancel, 0);
    end;end.就这个代码   悲摧