A Facebook-style layout for your mobile app
Using FireMonkey Layouts, Animations and Gesture support to create a Facebook-style layout for your mobile app.
Using FireMonkey Layouts, Animations and Gesture support to create a Facebook-style layout for your mobile app.
A short-list of resources for MVVM in Delphi
Information about my CodeRage 7 session on implementing MVVM in Delphi.
Creating custom generators to more closely match the data in your domain, and to speed up UI prototyping.
Different options for formatting your output in LiveBindings, including exposing a custom method to be called from your LiveBinding expressions.
Opening Delphi sample code on github using the IDEs built-in VersionInsight tooling.
Now that we can bind our UI to our objects, how does a changed value in the UI make its way back home to the object? Is the TListBindSourceAdapter
Want to visually bind your VCL and FireMonkey UI to your Delphi and C++Builder objects (and collections of objects), while also having design-time data? You’ve come to the right place then.
The one where we look at BindScopes, and TBindScopeDB in particular, and how they allow you to use the LiveBindings Designer to bind your datasets to your VCL and FireMonkey UIs.
How can one relatively skinny book take me months to read, yet make me willingly learn a new programming language just in order to read it?