Skip to content Skip to sidebar Skip to footer
Showing posts with the label Delphi

Handling Custom Uri In Delphi Xe5 Android App

I have managed to register a custom protocol handler in my XE5 Android app by modifying the Android… Read more Handling Custom Uri In Delphi Xe5 Android App

How To Get Device Email Address In Delphi 10

I'm trying to get my device email address, I used Java2OP to convert AccountManager class to ob… Read more How To Get Device Email Address In Delphi 10

Socket Error #113 No Route To Host On Android

In a Delphi XE6 FireMonkey app, when I press the button, I get the following error on Android: Soc… Read more Socket Error #113 No Route To Host On Android

Delphi & Datasnap - Connection Timeout, Communicataion Timeout Or A Way To Avoid Client App To Hang When No Server Response

I am trying to use a Client-Server Datasnap based architecture. The client is inside an Android App… Read more Delphi & Datasnap - Connection Timeout, Communicataion Timeout Or A Way To Avoid Client App To Hang When No Server Response

Make Tcp Server Socket Class For Android With Delphi Xe5

project files on: https://drive.google.com/file/d/0BxODt2IJsmR8cUQ4cVltbWFzYUk/edit?usp=sharing her… Read more Make Tcp Server Socket Class For Android With Delphi Xe5

How To Check And Hang-up/reject Incoming/outgoing Calls On Android In Delphi?

Is there any solution to programmatically check and hang-up/reject incoming/outgoing calls on Andro… Read more How To Check And Hang-up/reject Incoming/outgoing Calls On Android In Delphi?

Delphi 10 Seattle Background Service And Threads

Using Delphi 10 Seattle Update 1 to create an Android application. Basic goal is to have an applica… Read more Delphi 10 Seattle Background Service And Threads

How To Connect Rad Studio 10 Seattle With Nox App Player

According to this official blog post (How to connect Android Studio with Nox App Player for Android… Read more How To Connect Rad Studio 10 Seattle With Nox App Player

How Do I Detect / Handle A Screen Rotate Using Firemonkey For Delphi Xe5

First of all - I am a beginner when it comes to Android and FireMonkey programming, so please bear … Read more How Do I Detect / Handle A Screen Rotate Using Firemonkey For Delphi Xe5

Why Is A Timer On Android More Accurate When A Finger Is Touching The Screen?

In Delphi 10.1 Berlin, I'm making an Android app. I created a timer like this: fTimer := TTimer… Read more Why Is A Timer On Android More Accurate When A Finger Is Touching The Screen?

How To Save A File On Android? (firemonkey)

How can I save a file locally on an Android device, using Delphi (XE5, Firemonkey)? Something as si… Read more How To Save A File On Android? (firemonkey)

How To Use Hextobin In Delphi Firemonkey For Android

I'm trying to adopt some Windows code to Android, but I am unsuccessful. When I try to compile … Read more How To Use Hextobin In Delphi Firemonkey For Android

Paclient Error: E2312 Error: Resource Directory '\res' Does Not Exist

If I make a new project and then try to run it, I get this error: [PAClient Error] Error: E2312 ER… Read more Paclient Error: E2312 Error: Resource Directory '\res' Does Not Exist

Can Delphi Firemonkey Tcontrol.makescreenshot Work In A Thread?

I've created a simple FireMonkey screenshot capture that works fine on Android and Windows..: p… Read more Can Delphi Firemonkey Tcontrol.makescreenshot Work In A Thread?

How To Know The Available Disk Space On Android/ios?

before to save a file to the cache directory i want to know how much space are available on the dev… Read more How To Know The Available Disk Space On Android/ios?

Delphi Xe5 Android. How To Use Powermanager.wakelock?

I'd like to keep device on and avoid unloading my application from memory even while there is n… Read more Delphi Xe5 Android. How To Use Powermanager.wakelock?

Accessing Android's Sharedpreferences Class From Delphi

I have just started on the Android development path using Delphi XE5, and am trying to build a simp… Read more Accessing Android's Sharedpreferences Class From Delphi

Delphi Xe7 Tbannerad Not Showing Ad On Android

I'm trying to test run some admob ads via the TBannerAd component in Delphi xe7, to see if it w… Read more Delphi Xe7 Tbannerad Not Showing Ad On Android

Delphi Android Solution / Arm7 With Neon Marketshare?

When developing an app for Android using Delphi I need to know the market share it supports (for a … Read more Delphi Android Solution / Arm7 With Neon Marketshare?

Play A Sound Alert/beep On Delphi XE5/Android Platform

Is there any way to play a sound alert/beep on Delphi XE5/Android platform? What I'm trying to … Read more Play A Sound Alert/beep On Delphi XE5/Android Platform