0

I have a great idea for a android app. I don't have basic knowledge of any programing language. Which language i should learn ?

i want to creat android app like paytm , makemytrip

3rd Dec 2016, 12:28 PM
speedigo
speedigo - avatar
4 odpowiedzi
+ 1
how many times you gonna ask the same question?
3rd Dec 2016, 12:39 PM
Unforgiven
Unforgiven - avatar
+ 1
OSX, Windows, Linux: Install Android Studio and start playing with Java. You don't have to play too much with the build system just to try Java out. Android: AIDE lets you build simple apps on the mobile device. Once you get going, get familiar with Gradle. It's not like the build system in other languages (you tell it what you want and let it figure out how to arrange things, instead of telling it explicitly what to do). If you don't want to deal with Gradle and Java, you're probably going to be working with the Native Development Kit and C++. Android Studio: https://developer.android.com/studio/index.html - you'll also have to get whatever support libraries for whatever Android release (Lollipop, Marshmallow, etc) you're building against. Your first app: https://developer.android.com/training/basics/firstapp/index.html NDK: https://developer.android.com/ndk/index.html A couple Gradle links (there's a lot out there): https://gradle.org/getting-started-gradle-java/ https://www.tutorialspoint.com/gradle/index.htm
3rd Dec 2016, 1:17 PM
Kirk Schafer
Kirk Schafer - avatar
0
if you want to make an android app, you should learn Java and use Android Studio for the IDE
3rd Dec 2016, 12:33 PM
Dwiki Nurkurniawan
Dwiki Nurkurniawan - avatar
0
Java would be the right choice. BTW you can learn C++ (and QML) and use Qt Creator to make an android app.
3rd Dec 2016, 12:53 PM
Farhad Sotothe
Farhad Sotothe - avatar