Delphi

How to customize URL in Datasnap REST servers

Author: Landerson Gomes In this post I discuss how to customize the URLs generated by the Datasnap REST server. Challenge A major challenge in building APIs when using Datasnap is to generate URLs so that documentation, understanding, and versioning is easy. I’ve always been particularly bothered by the “datasnap / rest / TServeMethodName” automatically generated by Datasnap…
Read more
Delphi

ACCESSING GOOGLE FIREBASE CLOUD FIRESTORE

Author: Landerson Gomes In this post an example of native Delphi component access to Google Firebase Cloud Firestore. Check out the video and download the sample sources. Check out the original post at (in portuguese): Acessando Google Firebase Cloud…
Delphi

Test Unitarios; Framework DUnitX (Entrega 4)

Author: Germán Estévez Completamos con esta entrada la serie sobre test unitarios, centrándonos en el Framework DUnitX, que es el que actualmente embarcadero recomienda y se incluye en las últimas versiones de Delphi. Test Unitarios; Introducción (Entrega 1) Test…
Delphi

App Home Screen Navigation - FireMonkey UI Templates

Providing your application menu on the home/main screen is a popular design pattern used in many applications today. It is especiallyuseful in mobile applications where screen real estate is limited. Home screen navigationcan be used by itselfto serve as the mainapplication menu, or used in conjunction with a slide-in drawer and/or additional toolbar navigation. Home…
Read more
Delphi

Reported the 35th Developer Camp in Japan.

Author: h.mohri The 35th Developer Camp was held in Japan on 15th March. The venue was Tokyo Akihabara UDX. In the morning, it was a general session.VP Sherry Silhavy gave a session about the product. We had a technical session in the afternoon.It was a…
Delphi

New Styles from DelphiStyles.com

DelphiStyles.com sells custom style packs for VCL Windows and FireMonkey multi-device applications. They just released and updated several greatcustom themes for FireMonkey. Shown: FMX Profile Screen GUI template(available in GetIt &gt…
Delphi

How to Transfer Images via DataSnap REST Part 3

Author: Landerson Gomes In this post you will watch the video of how to upload files from an Android client application to Datasnap REST Server. Watch it! {“video”:”https://www.youtube.com/watch?v=NquqzZHGqi8″,”width”:”400″,”height”:”225″} Access the original post in Portuguese:TRANSFERINDO IMAGEM…
Read more
Delphi

CodeRage XII: Amazon S3 and Cloud API

Author: Pawe Gowacki CodeRage XII was great! Plenty of contents and great fun. It was not the first time I have been doing a session on using Delphi Cloud API to integrate with Amazon Simple Storage Service (S3). This year I thought it would be cool to go a little bit further and implement custom “TAmazonS3” component to make it easier to work with Amazon S3 in Delphi. Cloud API is a…
Read more