language for android app development

Search This thread

virk36

New member
Aug 31, 2013
1
0
Hello , i have an IT project lined up regarding the programming of an android app (a high level)
i would like to know that which is the best free book/pdf document is available online for learning android programming.
i have started learning python, i just wanted to know whether it can help me in any way?
 

ScatteredHell

Senior Member
Jul 4, 2012
1,965
539
28
Colombo
Emmm....I think python won't help. By the way what languages do you know? If you like you can continue your project with Mono Android. Which is compatible with Microsoft Visual Studio and you can do many things easier with it. In that case you have to know C#. Here's the thread with many links. http://xdaforums.com/showthread.php?t=2223114

Sent from my SonyX8 using Tapatalk 2

---------- Post added at 11:57 AM ---------- Previous post was at 11:55 AM ----------

Here's the thread for setup Mono Android. http://xdaforums.com/showthread.php?t=2223010
Btw if you would like to go on this, pm me problems you have, I will help you as I can. Good luck.

Sent from my SonyX8 using Tapatalk 2
 

const_char

Member
Oct 9, 2013
17
0
Hello , i have an IT project lined up regarding the programming of an android app (a high level)
i would like to know that which is the best free book/pdf document is available online for learning android programming.
i have started learning python, i just wanted to know whether it can help me in any way?

Do yourself a favor and simply use Java if possible. That is how they intended to develop on Android. In my experience anything else is good only if specifically needed.
 

WarBorg

Senior Member
Dec 7, 2013
63
9
Brasov
JAVA is the most used language to make apps for Android but there are alternatives and the biggest I see is Mono fro Android which uses C# as a programming language
 

Scalibq

Member
Jun 18, 2013
44
38
Do yourself a favor and simply use Java if possible. That is how they intended to develop on Android. In my experience anything else is good only if specifically needed.

I second that. Android is mostly designed around C and Java. Even if you code C/C++, you sometimes have to use JNI to call back into Java, because some functionality is only exposed in a Java package, not in native code.
So Java is the best way to make full use of the Android platform, and gives you the best compatibility. Most tools, documentation and other resources are also aimed at Java development.
 

ty0924

New member
Feb 26, 2014
3
1
Java is default android development language

Hello , i have an IT project lined up regarding the programming of an android app (a high level)
i would like to know that which is the best free book/pdf document is available online for learning android programming.
i have started learning python, i just wanted to know whether it can help me in any way?

you can develop android app with python but maybe your released app size is so big
because your app must statically have python interpreter.
it is not easy stuff, if you have not many experience of android development.
 

Sloosh

Senior Member
Jan 7, 2011
181
49
python is not too far from java or c/c++ so it may help anyway, but now you should go to java ...
but the most important is now to know how to use the Android framework
 

C0D3FRE@K

Member
Jun 25, 2014
17
1
New Delhi
yeah...man u should use java it would really help u.....i m 14 i too wanna develop apps...so i learn JAVA it's the best :D....
By the way gud luck with ur project ;)

Sent from my IRIS402 using xda app-developers app