Android application with Delphi

The next version of Delphi will include a new compiler for the Android ARM Platform. This compiler is based on LLVM architecture like Delphi for IOS compiler. It will produce native code (That is ARM assembly language) which is executed on your device (Phone, tablet of whatever).

You''ll said: Native? I tough that Android was Java. Actually no. Android is based on Linux and has of course a physical processor. Most implementations use ARM architecture, but not all.

Look at the 4 Delphi for Android default icons

Every Android application is a Java application. Well, almost. The truth is that the entry point for an Android process must be in a Java application. This application may be minimal, just a simple class with the only role of loading the native code. Android for Delphi will create a shared object Library containing everything you coded in Delphi. This shared object will be loaded by a minimal application - included with Delphi - that will load the shared object. So what the user see is an normal Android application.

Everything is done transparently for you. You write your Delphi application the usual way, you hit F9, after compilation, Delphi automatically creates an APK (an Android Package Application) with all required files (manifest, resources, and the binary), Delphi deploy the application to your device using Platform Tools, and start it.

To deploy your application using Delphi, you must connect your device thru USB and enable USB debugging on it. You can also deploy the application thru GMail by sending a mail to the user which can then accept to install it on his device. No need to send your application to Android Play Store!

To do all this magic, Delphi for Android requires both the NDK and the SDK to be available on the developer machine. The SDK and NDK are free of charge from Google.


출처 : http://francois-piette.blogspot.kr/2013/08/android-application-with-delphi.html
번호 제목 글쓴이 날짜 조회 수
25 질문 및 요청 좀 드립니다. minders 2013.05.13 2620
24 데브기어 tech 게시판 활성화 제안 c2design 2013.07.09 2422
23 BETA 신청은 어디서 해야 되나요? Feelple(고재철) 2013.08.09 2435
» 안드로이드 델파이 버전의 또다른 소개 c2design 2013.08.20 3017
21 안드로이드 델파이 버전 간단한 프리뷰 동영상 c2design 2013.08.20 2929
20 델파이 안드로이드 버전 출시 임박에 즈음하여.. c2design 2013.08.20 3228
19 소프트웨어자산뱅크에 분류 등록 요청을 해주시면 좋겠네요.. [1] DigitalNomad 2014.06.13 2356
18 책 저술과 관련하여 여러분들의 조언을 구하고자 합니다. 소중한꿈 2014.07.07 2181
17 엠바카데로가 인수됐나요?? [1] Celsius 2015.10.13 1416
16 델파이 소스 secure coding 검증 툴은 없나요? [1] 아솔루션 2016.05.31 1242
15 Dataspan 은 [2] 제트콜 2016.06.18 877
14 데브기어 정말 너무한거 아닌가요? [1] 이즈로즈 2016.12.20 1868
13 델파이 책구함 [1] 황장군 2017.07.10 1014
12 쪽지 보내는 방법 [1] 신현아빠 2018.01.03 888
11 콜백문자서비스 개발의뢰 몰라 2018.01.18 865
10 HTML5에서 실행파일 구동하기 관련 명령 알고 싶습니다. file 백거 2018.02.01 779
9 "미들웨어 서버와 멀티-티어" 교육 일정 평일 야간, 주말 건의해 봅니다. [2] 미스터몽키 2018.07.11 710
8 델파이 외국 서적을 번역해서 국내 시장에 내놓는것도 좋을거란 생각이... 얼짱나 2018.08.13 856
7 FMX로 앱개발 3년째에 드는 생각 [7] 김태윤 2018.11.02 1439
6 홈페이지가 리뉴얼 되었네요! 축하드립니다. 햇살가득 2019.01.15 644