samarth anavatti
samarth anavatti

Reputation: 1

languages required to develop applications for android phones

I am a final year student of engineering(Information tech).

I want to develop an application for android phone, so please tell me which kind of languages are required or which language would be easy and effective. I hope you will help me out.

Upvotes: 0

Views: 2416

Answers (3)

Valentin Klinghammer
Valentin Klinghammer

Reputation: 1349

This seems kind of basic but you might want to check out the official Android Developer page. It's a great place with a lot of examples on how to use the APIs and a lot of guides on best practices.

Also answering directly to your question, with the official Android SDK you would use Java. That should be fine for almost all applications. Then there is the Android Native Development Kit where you would use C. Those are all available on the page mentioned above. There is also the Google App Inventor, which is a mostly grafical interface for creating applications. Then there is last and least simple and basic4Android which use a BASIC dialect.

Anyway, you should probably stick to Java when you first start developing. Most ressources on the internet, like tutorials, help and examples, will be Java. Have fun!

Upvotes: 0

user831722
user831722

Reputation:

Programming style of android matches with that of java. If you learn java then you can write code for android with less effort. Also you can get eclise, Netbeans, Intellij ide which suports java and androuid. so I think to learn android please first learn java. Lean android programming from http://developer.android.com/guide/topics/resources/index.html

Upvotes: 2

dvhh
dvhh

Reputation: 4750

You can develop in a variety of language and framework, however Java should be fine for a start.

Upvotes: 1

Related Questions