if i want to make an android app.....do i need to learn many programming languages ??....or by learning a single or double is ok | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

if i want to make an android app.....do i need to learn many programming languages ??....or by learning a single or double is ok

3rd May 2020, 11:44 AM
MR. ORACLE
MR. ORACLE - avatar
7 Answers
0
If you want access to the full functionality of an android based phone, you have to go with Java or Kotlin because both Compilers produce Java-Bytecode. So yes, one programming language is enough! Just with speed optimasation you will have to learn also C/C++ to extend to your Java-Bytecode Edit: These are not programming languages, but depending on your project, you have to also learn these: SQL => If you want creating a Database XML => For Layouts JS => If you want running a browser in your app
3rd May 2020, 12:16 PM
BraveHornet
BraveHornet - avatar
+ 1
Mobile app development choices https://youtu.be/4m7msadL5iA
3rd May 2020, 11:46 AM
Gordon
Gordon - avatar
0
but android studio uses only Java & Kotlin language.....so how one can use the codes of C or C++
3rd May 2020, 12:32 PM
MR. ORACLE
MR. ORACLE - avatar
0
with third party tools.
3rd May 2020, 1:12 PM
BraveHornet
BraveHornet - avatar
0
hey i'm little bit familiar with java, so learning java will be easy fr me......and i can start my work as early as possible......whereas learning other languages like C/C++ will take lot of time.......so can i be able to make an full fledged app with java xml and sql....without learning c and c++
3rd May 2020, 1:30 PM
MR. ORACLE
MR. ORACLE - avatar
0
Of course you don't need to learn C/C++ Except you want to make a big impressive 3D Game with the need of high performance
3rd May 2020, 8:04 PM
BraveHornet
BraveHornet - avatar
0
ohh thanx.....your helped me a lot
4th May 2020, 2:42 AM
MR. ORACLE
MR. ORACLE - avatar