+ 3

Where can i start learning to make android app

is it necessary to learn programming language to make an app?

4th Apr 2017, 1:45 PM
Hardik Badgujar
Hardik Badgujar - avatar
6 Answers
+ 9
Start learning Java, then Go to Play Store and download AIDE IDE to help you to do both writing Java code ofline and has an unbuilt tutorial for Android Development that should be helpful. Find AIDE IDE for Android & Java here https://play.google.com/store/apps/details?id=com.aide.ui
12th Apr 2017, 11:54 AM
STAPS Guru
STAPS Guru - avatar
+ 6
Learn java first, then you can look for tutorials on Android Studio, to make your android apps!
4th Apr 2017, 1:46 PM
Welliton Malta
Welliton Malta - avatar
+ 4
Learn Java.
4th Apr 2017, 4:52 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
You can learn Java here at SoloLearn. After head to Lynda or Treehouse for Android-specific tutelage
5th Apr 2017, 12:18 PM
Samuel A. Daniels
Samuel A. Daniels - avatar
+ 1
Learn Java, but don't learn it with the expectation that you'll be able to build Android apps right after. Learn it to know how Java generally works. Android has its own implementation of Java (with its own library, though much of the Java library works too). You'll need to spend quite some time on Android tutorials to understand the workings of Android (or you can simply use the Android documentation)
5th Apr 2017, 12:13 PM
Samuel A. Daniels
Samuel A. Daniels - avatar
26th Apr 2018, 4:01 PM
Programmer Gaurav
Programmer Gaurav - avatar