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…
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…