How to program mobile with Delphi?

1

Hello, I know that Delphi XE4 creates mobile applications for IOS, but does it do the same for Android mobile? And if so, what is the name of the tool?

    
asked by anonymous 12.06.2015 / 17:44

2 answers

1

Can not develop for Android with Delphi XE4. But from Delphi XE5 (Oct / 2013) this is possible.

The current situation is in the @MyChapeutics response.

The name of the framework used for multiplatform development in Delphi is Firemonkey (FMX).

See also: link

    
12.06.2015 / 19:07
1
  

I did not find anything 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 applications platform for Windows and beyond

Embarcadero® RAD Studio XE8 is the complete software development solution for rapid design, coding and extension of "connected" applications from Windows, Mac, iOS, Android and IoT. Build industrial-strength, business-ready solutions by incorporating multiple native client platforms, mobile extensions, smart devices such as smart clocks and other IoT gadgets, cloud services, corporate data, and embedded. Remove the multi-team and multi-code factor constraint factor and create fast native applications for Windows, OS X and mobile from a single codebase.

Source: Embarcadero Site

Visual Studio 2015 (Tip)

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 applications for Windows, iOS, Android and more using a single IDE.

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

WithVS2015youcancreateapplicationsforiOS,Android,WindowsPhone.YoucanalsocreateHybridapplicationsusingapachecordova+html/css/JS.

Moreinformationat VS2015

    
12.06.2015 / 18:18