C++

Easily Connect Your Local Devices Together With App Tethering

With Delphi and C++Builder it is now easy to use App Tethering if you want to build applications that can communicate with other applications on the same machine or located on remote hosts. It is now simpler to communicate and share information across multiple platforms: mobile or Windows. For a quick intro, just to keep you interest alive and make you start building your first tethering…
Read more
News

Three Ways To Easily Embed A Database With Your Android And IOS Apps

There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
Read more
C++

C++ Boot Camp: Game Development

Author: Aidan K7359 11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com Four different games with classic game mechanics will be demonstrated. We will be also be covering topics such as App…
Delphi

13 Amazing Component Sets Driving Success In Delphi Berlin On Android And IOS

Author: Sadaqat Ali There are a number of Firemonkey component sets available for Delphi Berlin that can help you get ahead when developing for Android and iOS. Consider component developers to be another member of your team: they do the groundwork so you can focus on the actual functionality. Here are thirteen of these component set developers who provide access to everything from FFMPEG video…
Read more
News

Bluestacks como emulador Android para Delphi/C++ Builder

Author: Worajedt S. Um tema recorrente nas rodas de conversa sobre mobile é a performance (ou não performance) do emulador Android do Google (utilizado por default pelo Delphi e C++ Builder). Eis que surge uma solução muito interessante (e de ótima performance): a utilização de máquinas virtuais com Android. Uma delas é o BlueStacks (http://www.bluestacks.com/). A instalação não tem…
Read more