Author: Nikolay M4446
One of the innovations in XE6, it’s a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the loaded page and add interactivity to our applications.
On the site developers.google.com contains many examples of embedding maps on the page. I chose the example for paving the route from point A to point B. And as an example of…
Fun with FireMonkey Gradients
January 9, 2014
Author: Pawe Gowacki
Everybody loves colours. Great apps should use colours in clever and original ways. I have been recently spending a lot of time using Delphi XE5 for designing screens for mobile apps and must admit that I really like the way how iOS 7 is using colours…
Changing FireMonkey style at runtime
November 21, 2013
Author: Pawe Gowacki
Last month Sarina DuPont blogged about loading custom FireMonkey styles on a mobile device at runtime (“How to load custom styles at runtime“). That’s a very interesting approach to compile a custom style as a resource into the mobile…
Creating an Overflow Menu on Android
October 17, 2013
During my CodeRage 8 session I talked about creating an Action Bar with an Overflow menu, so I wanted to provide some step-by-step instructions.
On Android, an Action Bar is atop(or top and bottomaligned) toolbar that is segmented into 4keyfunctional areas. One of those functional areas is an Overflow menu.
The ‘Overflow’ popup menu is commonly used for additional…
Mobile app lifecycle events handling in Delphi XE5
September 30, 2013
Author: Pawe Gowacki
The lifecycle of a mobile app is more complex and different from a desktop app. On a mobile device an application runs either in the foreground or in the background. When a phone calls arrive or when user opens another app, our app is going to…