DelphiRAD Studio

How To Create A Cross-Platform News App With Delphi

In this post, I will demonstrate how to create a news application with Delphi FireMonkey. We will integrate one of the market-leading news RESTful web services into our Delphi cross-platform application. MediaStack API – is a free and simple REST API for live news and blog articles. This service is platform agnostic and can be utilized with any Windows App Development tools quickly. In…
Read more
DelphiShowcase

Mobile With Delphi: The Visually Stunning Wine Unit

Your mobile phone is not the first place to spring to mind when you think of wine. Mankind has had some sort of relationship with wine for centuries, possibly even thousands of years according to some reports. The oldest drinkable wine is known as The Speyer bottle which dates back to Roman times. Anyone who has seen ancient Roman and Greek mosaics will have noticed their apparent pre-occupation…
Read more
CodeDelphiIDERAD Studio

Cartoonify Photos With This Easy But Powerful Neural Network

Based on this wiki : a convolutional neural network (CNN, or ConvNet) is a class of deep neural network, most commonly applied to analyze visual imagery. They are also known as shift invariant or space invariant artificial neural networks (SIANN). Convolutional Neural Network? That sounds complicated! Is it? Good news,  DeepAI.org has provided an API to access, so we can quickly build…
Read more
Delphi

Discover The Powerful Custom ModernListView Library For Cross-Platform Development in Delphi FireMonkey

The website www.fmxexpress.com has an article with some really detailed information about the ModernListView Library. Lets check what they are saying. “Developer rzaripov1990 has a custom ListView component over on Github for Firemonkey in Delphi 10 Berlin. The ListView is the central component for every mobile application, and as a developer you should always choose the one that can be…
Read more