How to program mobile with Delphi?

Asked

Viewed 993 times

1

Hi, I know Delphi XE4 creates mobile apps for IOS, but does it do the same thing for Android mobile? And you do what the tool’s name is?

  • 1

    Check out this link -> https://www.embarcadero.com/products/rad-studio/create-android-apps

  • But you’re talking about Delphi XE8, I wanted to know about XE4

  • Friend I believe only from the Delphi XE5

2 answers

1

I found nothing related to Android and Delphi XE4, only in higher versions. An alternative would be to upgrade the tool to a newer version.

RAD Studio XE8

Connected application platform for Windows and beyond

The Embarcadero® RAD Studio XE8 is the complete software development solution for the fast design, coding, and extension of "connected" applications from Windows, Mac, iOS, Android, and Iot. Build industrial-strength, business-ready solutions, incorporating multiple native customer platforms, mobile extensions, smart devices such as smart watches and other Iot gadgets, cloud services, enterprise and embedded data. Remove the complicating factor from multiple teams and multiple code bases and create fast native applications for Windows, OS X, and mobile from a single code base.

Source: Site Embarcadero

Visual Studio 2015 (Suggestion)

Microsoft has released VS 2015 which is in RC(Release Candidate), it has the community version for you to use for free.

Create multi-platform apps for Windows, iOS, Android, and more using a single IDE.

  • Xamarin for Visual Studio: a common c# base code for all the devices
  • Apache Cordova with Visual Studio: a common base code for HTML, CSS and Javascript or Typescript
  • Visual Studio Tools for Unity: 2D/3D game development c#
  • C++ for cross-platform development: shared code libraries and C applications++

inserir a descrição da imagem aqui

With VS2015 you can create apps for iOS, Android, Windows Phone. You can also create Hybrid applications using apache Cordova + html/css/JS.

More information on the VS2015

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.