Get Up And Running Fast With The In Depth Developer Guide For The Hospitality Survey App Template
September 14, 2017
The Hospitality Survey App templatethatEmbarcadero has released for Delphi 10.2 Tokyo through their GetIt platform is quite extensive. I have put together a developer guide video for the project which explains more in depth. The video explains each of the four…
Learn How To Use AngularJS To Quickly And Easily Connect And Consume JSON From RAD Server
September 13, 2017
The Hospitality SurveyAdmin dashboardproject is part of the Hospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am…
The Hospitality Survey EMS projectis part of theHospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going to cover…
Expert Delphi Webinars with Paweł Glowacki
September 10, 2017
Paweł Glowacki’s book Expert Delphi and he is hosting a couple webinars where he will share some of the best parts.
Expert Delphi – Part 1
Tue, September 12, 2017 at8 AM, 1 PM, 8 PM CDT
Join Paweł for the tour through the first part of his recently…
Embarcadero has four mobile arcade game projects for Delphi in Object Pascal available for free over on GitHub. All of the projects run on Android, IOS, OSX, and Windows. One of the projects is called Space Rocks and I modified this project to allow the player to customize the game at runtime (for more info about Space Rocks check out this blog post). The modified game is called Deep Space Rocks.
Build Dynamic Forms At Runtime With Hospitality Survey Editor For Delphi 10.2 Tokyo
September 8, 2017
Embarcadero has released a Hospitality Survey App templatefor Delphi 10.2 Tokyo through their GetIt platform. The Hospitality Survey App consists of four different projects. A client app built with FireMonkey for Android, IOS, OSX, and Windows where users can fill out…
UniGUI Web Application Development with Delphi + Sencha ExtJS
September 8, 2017
There was an updated version of our UniGUI webinar withFarshad Mohajeri of FMSoft. UniGUI is aframework that makes it easy to build robust websites with Delphi that leverage the Sencha Ext JS framework.
You can also catch the replay of the…
REST with Datasnap Details in Practical Application Part 2
September 3, 2017
Author: Landerson Gomes
When exposing the project I decided to make use of REST DataSnap on the server side, and on the client side of the REST Client Library, and Firemonkey to create our solution.
For serialize and deserialize of JSON types, we use the new features of the JSON Frameworks (inserted from the Seattle version): System.JSON.Readers and…