Running the FMX.TabletMasterDetailwithSearch Sample, it shows you two columns. The column on the left-hand side shows a list of people and includes a search box. The column on the right-hand side shows details (a picture, name, job and “description”) about the person currently selected on the list view.
You can tap list view entries to select them and load their information on the…
Cross-Platform 4D Solar System Simulation Is Built In Delphi
January 15, 2021
Planet Fun is a 4D solar system simulation for Android and iOS and it is built in Delphi. Planet positions are calculated using VSOP2013 ephemeris, years between 1500 and 3000 according the developer. The app is built using FireMonkey 3D functionality and full source code is…
The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward.
In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On…
Discover The Popular Alcinoe Library Of Visual And Non-Visual Components For Delphi
December 24, 2020
The article on Github is really detailed. So don’t waste time to check all of the Alcinoe features!
According to Github, the library provides:
Full opengl video player for FireMonkey;WebRTC Delphi wrapper;Firemonkey native iOS/Android TEdit and TMemo;Fast/double-buffered FireMonkey controls with native draw;Improved FireMonkey controls;Firebase cloud messaging;Android/iOS…
Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi
December 20, 2020
TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB…
Real-time Volunteer Lifeboat Crews Availability App Is Built In Delphi
December 16, 2020
iCrew is an iOS and Android app that has been created to provide volunteer lifeboat crews availability info and it is built in Delphi. According to the description of the app “The app allows crew members to book themselves as unavailable, for example if they need to…
9 Insightful Books For Mastering Delphi On Sale For $5 Each
December 15, 2020
Packt is a publisher of programming books and video courses and there are quite a few Delphi books published through their platform. They are running a sale right now where you can get each e-book (and video course) for $5 each. There are at least 9 books (most of them pretty recent) related to Delphi for sale through their platform including just published books like “Delphi GUI Programming…
Create Flexible Cross-Platform Apps With Multiple Tabs For iOS And Android In Delphi
December 14, 2020
TheTabSlidingsample shows in a good way how to create applications with multiple tabs for iOS and Android. The sample usesTabControlwithTabPositionset toDotsin order to enable scrolling oftab items. The sample has 2 tab…