Nobody would want to shy away from some help. This is second to human nature and we never try to talk it out explicitly. When at work, if we can...
developer-tools
Categories
- Free tools
- SQL Admin Toolset
- SQL Compliance Manager
- SQL Defrag Manager
- SQL Diagnostic Manager for MySQL
- SQL Diagnostic Manager for SQL Server
- SQL Diagnostic Manager Pro
- SQL Doctor
- SQL Enterprise Job Manager
- SQL Inventory Manager
- SQL Query Tuner for SQL Server
- SQL Safe Backup
- SQL Secure
- SQL Workload Analysis for SQL Server
- Uptime Infrastructure Monitor Formerly Uptime
Solution for the EditorLineends.ttr issue
During the month of August 2014, Microsoft issued a security patch for Windows (http://support.microsoft.com/kb/2993651). This update had an impact...
Designing App Navigation with TMultiView
In RAD Studio XE7, we introduced a new smart menu component called TMultiView. With TMultiView, it is really easy to create app navigation that...
FireUI Multi-Device Designer and working with Views
In RAD Studio XE7, we introduced the FireUI Multi-Device Designer. FireUI makes it easy to create user interfaces across multiple devices using a...
Bluetooth LE support in RAD Studio XE7
RAD Studio XE7's integrated wireless support (Bluetooth and Wifi) works with thousands of consumer and industry specific devices. RAD...
[PAClient Error] Error: E2820 Could not find program… zipalign.exe
This error message can occur when trying to deploy a mobile application to Android if you recently updated the Android SDK version that is being...
Mobile User Interface Design: Navigation Drawer
Drawer menus are very popular since they allow you to take advantage of more screen real estate when building your app. The main application menu is...
Uploading images to the cloud with BaaS in RAD Studio XE6
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services...
AppTethering Leaderboard – Passing Objects Remotely and using Resources
AppTethering opens up a range of powerful features for coupled applications. Beyond the basic features for calling remote actions (which is rather...
How to convert an object to JSON and back with a single line of code
Ever wanted to take an Object into a format that is easily persisted and back? Well now you can. New in XE6 is the REST.JSON unit. This allows you...
C++Builder XE6 multi-tier database app with FireDAC JSON Reflection
Welcome to The C++ Mobile Day webinar! Right now I'm listening to David I explaining basics of building native mobile apps for Android and iOS...
Adding user account creation to your BaaS enabled apps
In RAD Studio XE6, we introduced our BaaS (Backend as a Service) support. This includes components for both Kinvey and Parse. Part of our component...
Using Custom Endpoints to create a BaaS enabled Desktop application for sending notifications to your mobile apps
I previously wrote a blog post on how to send notifications via our BaaS (Backend as a Service) support in Delphi to your mobile devices on iOS and...
Example of using JavaScript for Google maps in the Delphi XE6
One of the innovations in XE6, it's a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the...
Remote push notifications on Android with RAD Studio XE6
In RAD Studio XE6, we introduced support for remote push notifications with our BaaS (Backend as a Service) integration. We include components for...
Delphi (C++Builder) Android Mobile Client DataSnap Server
Преамбула DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi. Роль и...
Lazy Form Creation Design Pattern
One of the most important things about any application, and especially mobile apps, is short start-up time. End user does not like to wait for too...
Creating an InterBase database on the fly with FireDAC
Recently I have been creating a number of applications using InterBase on iOS and Android using FireDAC components to talk to the database. One...
Customizing and Creating VCL Styles
Delphi, C++Builder and RAD Studio include various VCL styles out of the box. These can be used for your Windows applications and customized via the...
Using the REST Debugger will help you prototype your Delphi and C++ REST apps
As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that...
Fun with FireMonkey Gradients
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...
Android Bluetooth SPP / RS232 with Delphi XE5 YouTube video and examples
I found this great Delphi XE5 Android Bluetooth YouTube video, by Björn Hansen, from back in September last year after the launch of Delphi XE5. it...
Delphi XE5 – deploying and accessing local files on iOS and Android
Larry in Canada recently sent me an email asking a Delphi XE5 mobile multi-device question: "How do you include files and/or folders containing...
Changing FireMonkey style at runtime
Last month Sarina DuPont blogged about loading custom FireMonkey styles on a mobile device at runtime ("How to load custom styles at...
Using the new REST Client library components to connect to Web & Cloud services (Part 2)
This REST BaaS (Backend as a Service) client tutorial shows how to use the Embarcadero REST Library for accessing REST-based web services (REST...
Creating an Overflow Menu on Android
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...
How to load custom styles at runtime
During my session at CodeRage, I briefly talked about how to load custom styles at runtime. I wanted to elaborate on this topic and provide some...
Mobile app lifecycle events handling in Delphi XE5
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...
Are you asking about app size? (by Delphi for Android)
You're asking about app size? Not a news. Since Delphi 1 people're asking "why Windows calculator is 33 kb, while Delphi version of...
Playing Audio Clips on Android
I have been working with our R&D team on the samples and snippets for RAD Studio XE5. Our mobile snippets are designed to showcase key...