Author: Luis Navarro
I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and so on…
RAD Studio 10 Seattle introduced the Android services feature, and I’ve been thinking about connecting a…
Download an image in background with Android Services
September 4, 2015
Author: Luis Navarro
So, don’t wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Do you want to make your own Android App?
Try out the IDE Software and make the most of it. Request a…
Pawel Glowacki asked about vibrating smartphones using Delphi code for iOS and Android. Thierry Laborde and Williamm Wittwer of Embarcadero France provided the following Delphi and FireMonkey sample code:
unit Umain;
interface
uses
System.SysUtils, System.Types…
New FireMonkey Media Library Options in RAD Studio XE8
June 15, 2015
RAD Studio XE8 provides new FireMonkey Media Library options. This includes the ability to automatically save pictures taken by the device camera (in your iOS and Android applications) to the on-device photo library.
Today, I thought I would show you how to save photos taken with the device camera directly to your photo library by extending our ShareSheet code snippet demo that is included with…
FireUI Multi-Device Designer and working with Views
September 12, 2014
In RAD Studio XE7, we introduced the FireUI Multi-Device Designer. FireUI makes it easy to create user interfaces across multiple devices using a master form to share all user interface code, and then optimize inherited views for each target platform and…
Author: David P
This error message can occur when trying to deploy a mobile application to Android if you recently updated theAndroid SDK version that is being used by the IDE. Google recently changed the package and location of zipalign in SDK Rev. 23 and…
Author: Wayne S8181
Monday, July 14, 2014: Lesson 3 – Accessing Local Storage and Data
In this lesson, we explore local storage covering a range of options including using INI files and local document storage. This lesson will also show how to use FireDAC database access components to connect to and use local SQLite, InterBase IBLite and IBToGo. You will understand the core concepts when…
Mobile User Interface Design: Navigation Drawer
July 8, 2014
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 hidden by default, and invoked by tapping on a menu item or swiping left/right. This type of UI can be seen in many…
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services to your applications. With BaaS, you get easy access to common services in the cloud without having to build or…
Mobile User Interface Design: Home Screen Navigation
June 16, 2014
Author: Carlos V17533
When it comes to mobile UI design, there are several key design paradigms. I covered the different mobile UI design patterns in my recent C++ Mobile Day session.
Today, I thought I would write a quick tutorial on how to create your own Home Screen Navigation using Delphi, C++Builder or RAD Studio XE6.
App Home Screen Navigation Key Features
• Images arranged in a grid…