To use IOSApi,do we need to know Objective-C?
Moderator: 2ffat
To use IOSApi,do we need to know Objective-C?
To use IOSApi via C++ Builder,do we need to know Objective-C?And to use AndroidApi do we need to know Java?
Re: To use IOSApi,do we need to know Objective-C?
No.Awareness wrote:To use IOSApi via C++ Builder,do we need to know Objective-C?
No.Awareness wrote:And to use AndroidApi do we need to know Java?
The whole point of using Delphi/C++Builder for mobile development is that you DO NOT have to code in Objective-C/Java, you code in Delphi/C++ like you normally would. However, you do need to understand that you are accessing iOS/Java native objects via an intermediate bridge into the iOS/Java worlds, so it would help to have a basic understanding of how iOS/Java actually work under the hood, or at least be able to read their documentation and understand how Embarcadero has mapped them into the Delphi/C++Builder world.
Remy Lebeau (TeamB)
Lebeau Software
Lebeau Software
Re: To use IOSApi,do we need to know Objective-C?
Thanks for your answer.
Can you give a simple example of using iOSApi(or AndroidApi) via C++ Builder?
Can you give a simple example of using iOSApi(or AndroidApi) via C++ Builder?
Re: To use IOSApi,do we need to know Objective-C?
Examples have been posted in the Embarcadero iOS/Android forums.Awareness wrote:Can you give a simple example of using iOSApi(or AndroidApi) via C++ Builder?
Remy Lebeau (TeamB)
Lebeau Software
Lebeau Software
Re: To use IOSApi,do we need to know Objective-C?
Do you mean the forum section Ios/Android under Delphi section?Under C++ builder section there are android and osx and there is only one message under Android section.
Re: To use IOSApi,do we need to know Objective-C?
Could you give a link directly to that forum?(Embarcadero iOS/Android)Examples have been posted in the Embarcadero iOS/Android forums.
Re: To use IOSApi,do we need to know Objective-C?
While these are not links to the forum, they should be of some help:
Multi-Device Development with C++Builder
Join us for C++ Mobile Day Online June 4, 2014
as well as others, too.
Multi-Device Development with C++Builder
Join us for C++ Mobile Day Online June 4, 2014
as well as others, too.
James P. Cottingham
Look at me still talking
when there is science to do.
Look at me still talking
when there is science to do.
Re: To use IOSApi,do we need to know Objective-C?
Thanks for your answer.