RAD Studio Demo Code和几个国外FMX网站 good

- FireMonkey X – Amazing overview of FireMonkey
- FMX Feeds – All your FireMonkey news in one place
- FMX Demos – FireMonkey can do that? There is a demo for it
- FMX University – Learn to do amazing things with FireMonkey
- FireMonkey eXplorer Program – Join the eXplorer program, and promote the usage of FireMonkey!
- GitHub Code – So much code for FireMonkey
- Trolledge – The Multi Platform Open Source FireMonkey Code Editor
http://delphi.org/2016/08/mvp-spotlight-eli-of-fmxexpress-com/
--------------------------------------------------------------------------------------------
其实只要勤快点,多看些老外的网站就可以了。
推荐几个:
http://www.fmxexpress.com/
http://stackoverflow.com/
http://www.danieleteti.it/
http://www.delphigear.cn/
最重要的是官方的:
http://docwiki.embarcadero.com/RADStudio/XE5/en/Main_Page
RAD Studio Demo Code
https://sourceforge.net/p/radstudiodemos/code/HEAD/tree/branches/RADStudio_Berlin/
https://sourceforge.net/p/radstudiodemos/code/HEAD/tree/branches/
书和CD:
iOS/Android app development with Delphi examples
https://github.com/fcharte/iOSAndroidDevDelphi
RAD Studio (Delphi) Firemonkey 教程(22个视频)
https://ke.qq.com/course/179885?from=qqchat#tuin=b100f6&ADUIN=1584468228&ADSESSION=1484916081&ADTAG=CLIENT.QQ.5497_.0&ADPUBNO=26621
RAD Studio Demo Code和几个国外FMX网站 good的更多相关文章
- 几个国外FMX网站 good
FireMonkey X – Amazing overview of FireMonkey FMX Feeds – All your FireMonkey news in one place FMX ...
- RAD Studio 10 自带Demo代码汇总说明
大家好,好多朋友来信咨询Delphi和C++Builder的移动开发.DataSnap架构等问题,希望能有Demo代码学习.其实Delphi和C++Builder本身自带有很多示例代码,已经覆盖了大部 ...
- delphi RAD Studio新版本及路线图 及官方网站 官方 版本发布时间
delphi RAD Studio Berlin 10.1 主要是FireMonkey 移动开发的改动,VCL确实没有多大变化. http://docwiki.embarcadero.com/RAD ...
- RAD Studio 10.3 Rio (BCB & Dephi) 发布啦
期盼已久的RAD Studio 10.3 Rio 终于发布了: 下载链接:http://altd.embarcadero.com/download/radstudio/10.3/delphicbui ...
- Embarcadero RAD Studio 2016 Product Approach and Roadmap
delphi 2016 路线图 http://community.embarcadero.com/article/news/16211-embarcadero-rad-studio-2016-pro ...
- Delphi for Android (aka Delphi XE5 aka RAD Studio XE5) has appeared
Delphi for Android (aka Delphi XE5 aka RAD Studio XE5) has appeared Blimey, that took me by surpri ...
- RAD Studio 10.3.2七大新功能介绍
RAD Studio 10.3.2七大新功能 Delphi支持macOS 64位应用的开发. C++Builder中Windows 64位平台支持C ++ 17特性. C ++ LSP 代码洞察改进. ...
- penpyxl basic function demo code
Openpyxl basic function demo code demo code: #!/usr/bin/env python # -*- coding: utf-8 -*- "&qu ...
- RAD Studio 2009-10Seattle IDE Fix Pack 5.94
IDE Fix Pack 5.94 IDE Fix Pack is a collection of unofficial bug fixes and performance optimizations ...
随机推荐
- Nginx服务优化
1.1Nginx.conf配置文件基本参数优化 1.1.1 隐藏nginx header内版本号信息 一些特定的系统及服务漏洞一般都和特定的软件及版本号有关,我们应尽量隐藏服务器的敏感信息(软件名称 ...
- leetcode442
public class Solution { Dictionary<int, int> dic = new Dictionary<int, int>(); public IL ...
- cmd使用代理
- 【Django】uWSGI和Gunicorn【转】
因为nginx等优秀的开源项目,有不少本来不是做服务器的同学也可以写很多服务器端的程序了.但是在聊天中会发现,大家虽然写了不少代码,但是对wsgi是什么,gunicorn是什么,反向代理又是什么并不了 ...
- python:随机数 random
#随机数 import random print(random.randint(10,12))#生成10-12之间的整数 print(random.uniform(10,12))#生成10-12之间的 ...
- 【296】Python 默认 IDE 修改
参考:找回Python IDLE Shell里的历史命令(用上下键翻历史命令怎么不好用了呢?) 参考:Python IDLE快捷键一览 参考:Python IDLE 自动提示功能 参考:如何让pyth ...
- Differences Between 3 Types Of Proxy Servers: Normal, Transparent And Reverse Proxy
What is a Proxy Server? A Proxy server is an intermediary machine, between a client and the actual s ...
- C#中实例Singleton
[C#中实例Singleton] 1.经典方案: using System; public class Singleton { private static Singleton instance; p ...
- AddComponentMenu
[AddComponentMenu] The AddComponentMenu attribute allows you to place a script anywhere in the " ...
- 在SharePoint解决方案中使用JavaScript (0)
随着Web前段技术(JavaScript/HTML5)的日益发扬光大,在Web应用程序中,我们开始更多的使用JavaScript.很多以往是放在服务器上运行的逻辑,现在都开始逐渐的向前段转移.这种趋势 ...