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 the IDE is no longer able to find the file. The full error message in RAD Studiois:
[PAClient Error] Error: E2820…
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…
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 access to TJSON a class with some very helpful class methods. Using TJSON you can convert an object to a JSON string and back…
Detecting connected Bluetooth devices on Android
March 20, 2014
In Appmethod, we include many different components. This includes visual components for user interface elements and also non-visual components for database access, accessing device sensors/services, connecting to REST services etc.
While Appmethod includes many pre-built components for fast application development, you get full platform access to any APIs you need, including those we don’t…