Android Studio is indeed the go-to Android App Builder Software for creating Android applications with Java or Kotlin. Since applications built with Java and Kotlin provide full native app development and all the available features, it really provides long-term success. Moreover, the community around Java and Android Studio is vast, and if there are issues that arise, there is a hundred per cent…
Easily Automate The DigitalOcean API From Windows And Mobile
April 19, 2021
DigitalOcean offers a set of APIs that we can access to manage their products from our application. You can create applications that act like DigitalOcean’s Droplets Control Panel. You can access DigitalOcean’s API documentation here…
Change notification bar color on Android
September 20, 2019
Author: Landerson Gomes
I received a message from a reader asking if it was possible to change the color of an app’s status bar on Android.
The answer is yes!
There are even several ways to do this. I particularly use the one I decided to share in the post:
CHANGE THE…
How to Get IMEI on Android Devices with DELPHI 10.3 Apps
July 29, 2019
Author: Landerson Gomes
In this post, we will write an Android application with Delphi 10.3 Rio capable of capturing the device’s IMEI. Read on to learn more and replicate it.
Knowledge Update
The intent is an update of the post GET THE ANDROID DEVICE WITH DELPHI XE5 (in Portuguese). Which I posted right here on the blog in March 2014. It’s been over 5 years and a lot of updates and…
#CodingResolutions: Programming Fundamentals - Functions
January 17, 2019
Author: Rebekah D
If you completed any of the String exercises from the past day, you probably already have a handle on what functions are and how they are used. You should skip this lesson and work on a challenge of your choice.
Prerequisites:
You should…
#CodingResolutions: Your First Mobile App
January 15, 2019
Author: Rebekah D
Welcome back to the #CodingResolutions series! In this post, we’re going to make sure we have our developer environment set up for Android Development, and then create our first Android app in either C++ or…
#CodingResolutions: Strings and the RegExpDemo Sample App
January 15, 2019
Author: Rebekah D
In this installment of the #CodingResolutions series, let’s take a look at Strings and how to manipulate them. While today still has a fair amount of reading, we’ll finish off by playing with a sample application that demonstrates String validation.
Prerequisites:
You should already have downloaded and installed either the RAD Studio 30 Day FREE Trial…
Author: Rebekah D
So far in the #CodingResolutions series, we’ve worked a lot in the visual design framework to demonstrate how easy it is to create low-code apps. It’s instant gratification to see our apps come to life! However, there’s a lot more to…
2019 #CodingResolutions: Your First Windows App (In C++ or Delphi)
January 10, 2019
Author: Rebekah D
Skipping Past “Hello, World!”
Ready to create your first app? Most introduction to programming classes will start with the quintessential “Hello World!” program that outputs that greeting phrase to the console and it looks like this…
Author: Rebekah D
Congratulations on setting a 2019#CodingResolution! If it’s learning another language like C++ or Delphi, moderninizing your UI and app architecture, or just learning more about what’s changed in the latest version of RAD Studio, you’ll start by installing the tools and getting to know where everything is.
Prerequisites
You should already have…