C++

[PAClient Error] Error: E2820 Could not find program... zipalign.exe

Author: David P 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 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 Studio is: [PAClient Error] Error: E2820 Could not find…
Read more
C++

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 hidden by default, and invoked by tapping on a menu item or swiping left/right. This type of UI can be seen in many…