In order to build an Android app. What's the best multi-learning way for start to? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In order to build an Android app. What's the best multi-learning way for start to?

14th Nov 2016, 4:26 PM
💡♻apps.com®™
💡♻apps.com®™ - avatar
2 Answers
+ 2
I have only a very basic knowledge about programming, say I can write a C program using switch case for a simple calculator or ... More Pintu Singha, Creator of "UniQ Mobile Finder" and "Lower Bandwidth Music Streaming Software" Setting up your tools Install Eclipse [NOTE : You can choose any IDE but this is the most widely used one for Android development. Android Studio and IntelliJ are another two IDE you could try.  IDE: is a software application that provides comprehensive facilities to computer programmers for software development.  Install ADT (Android Development Tools) plugin for eclipse (assuming that you did choose to go with eclipse)Update your android tools by using the Android SDK Manager.(optional) get an Android device for testing your applications as it is not advisable to rely totally on the emulator because it works slower than device.  Emulator: is a virtual mobile device that runs on your computer. The emulator lets you test Android applications without using a physical device. Getting started  Learn Java: Java is the underlying language that almost all Android apps are based on. Not to confuse Java with Javascript. Java at a Basic level is discussed here: Learn Java for Android Development: Introduction to Java - Tuts+ Code Tutorial But you'll have to know more than that to have a good understanding of Java, so I highly recommend just watching and trying to understand these videos/tutorials until you understand how Java work (If Statements, Variables, Returning Variables, For statements, basic syntax, Basic math operations): This starting point is really helpful, read each page from here and try and understand what is being explained:http://www.tutorialspoint.com/ja...
14th Nov 2016, 10:04 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 1
A message for TechTro, Thank you for your valuable response, it looks helpful and was quick. I'm sorry I don't even know if this is the right way to thank you because I didn't found do it in your timeline Profile Page. 💡♻apps.com®™.
14th Nov 2016, 10:23 PM
💡♻apps.com®™
💡♻apps.com®™ - avatar