Elementary programming vs Application Development Kit

Elementary programming vs Application Development Kit

imagem de shadab.khatib

Hello I would like to pose a question that which amongst these two is better elementary app programming or devloping applications via development kit which bypasses the tedious programming route and gives you a finished product? Will there be any performance difference in the two programs, will one of them lag, or contain bugs that need troubleshooting as patches or updates?

9 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Sergey Kostrov
Hi,

What kind of application do you want to implement?

Quoting shadab.khatib Hello I would like to pose a question that which amongst these two is better elementary app programming or devloping applications via development kit which bypasses the tedious programming route and gives you a finished product? Will there be any performance difference in the two programs

[SergeyK] It is hard to say but, in general, applications that use some low level APIs are faster.

will one of them lag

[SergeyK] Do you mean a time to complete / implement? If Yes, than implementation of some application
that uses some Development Kit is easier and faster.

or contain bugs that need troubleshooting as patches or updates?

[SergeyK] It is a function of experience of a Software Developer and intensive testing.

Best regards,
Sergey

imagem de Nathan Totura (Intel)

I would say it all depends on the requirements of your game. If you have the time to write a game engine from scratch then you will have full control over every aspect including performance. There are many game engine choices on Android, you can probably find one that will meet all of your needs. Checkout this blog that talks about possible options: http://software.intel.com/en-us/blogs/2012/03/13/game-engines-for-android/

imagem de shadab.khatib

Thanks for the reply
But I am strictly referring to those kind of environments that allow developer to drag and drop some code snippets and combine them to form an app.
Do these app building environments contain bugs or incomplete features or functionality?

I do agree to the fact that Development through a Development Kit is much faster but I would like to know that will it lag in performance (not in development process) , crashing, force closing etc only because I choose an easy path than the programming way from scartch?
Will this occur with the Development environments mentioned above?

If none of the above problems occur in the apps created by Development environments then can you suggest me names of the Development platforms for the android platform?

imagem de Sergey Kostrov
Quoting shadab.khatib Thanks for the reply
But I am strictly referring to those kind of environments that allow developer to drag and drop some code snippets and combine them to form an app...

I suggest you to look at latest versions ofDelphi or C++ Builder.

Best regards,
Sergey

imagem de shadab.khatib

Please give topic related answers.

imagem de iliyapolak

If you have the time to write a game engine from scratch

Writing the game engine is not a simply task or trivial task.I do not know Android graphics stack but I suppose that its based on the OpenGL so it is an API with already implemented various stagesof graphics rendering pipeline.The best answer should be to use existing API and develop a game with the help of an API.

imagem de gaston-hillar

@Shadab, Your questions doesn't have a simple response. It depends on the kind of application and it also depends on the available Development Kits for that specific kind of application. In most modern applications, either small or huge, we use external components, libraries, tools, kits. It all depends on your application domain, goals, time and budget. I coded an entire ORM around 15 years ago. Now, I select the most convenient ORM according to the kind of app, platform, chosen programming language and budget.

Gastón C. Hillar
imagem de iliyapolak

Hi Gaston!
What does ORM stand for?

Faça login para deixar um comentário.