DelphiFireMonkeyIDEModernizationNewsRAD StudioWindows

Gorgeous New Premium App Styles For RAD Studio 12 - Free With Your Subscription

For those of you who have an active subscription for RAD Studio 12 we have a great set of top-quality app styles to make your VCL Windows and Firemonkey FMX cross-platform apps look extra-slick and professional. They’re available directly from within the RAD Studio 12 IDE – just go into the GetIt Package Manager and search for “impressive” which is the name of the…
Read more
CodeDelphi

How To Add The Wow Factor To Your Apps

It’s a lot of fun being an Embarcadero Delphi MVP. On behalf of Embarcadero, I get to demonstrate the benefits of what I think is the best application builder software you can choose to use. But I also get invited to speak at other conferences, webinars and events by a…
IDE

A Beginner's Guide To The Best Python Tools

Python tools help you to conveniently code your program. They have all the features to make your life easier. For example, they support the code completion feature for boosting your productivity. There are plenty of Python tools available online. How can you find the best…
News

Level Up Your UI Design Skills

Author: Rebekah D You’re short on time, and cash, so where can you go to learn new skills to improve your app UIs? There are a ton of free, or nearly free, on-demand resources if you know where to look. Enroll in free, or inexpensive, Online Courses: I love taking classes from Coursera. You can access the same college and university classes taught by great schools for free by auditing…
Read more
C++

Mobile App Navigation with TTabControl

Author: Rebekah D RAD Studio, Delphi, and C++Builder offer many controls to help create native mobile apps with consistent appearances that behave naturally for each platform. Today we’re going to look at the TabControl on iOS. When we develop for specific platforms like…
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 popular mobile applications, including Facebook, Youtube and Gmail. Drawer Navigation Key Features: Main app menu is hidden by…
Read more