Making app for Android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Making app for Android

Hello, I want to start making apps and I would like to know if any of you can tell me what basics do I need to know like algorithms, programming languages, technologies etc. ? I have already been trough web development and I want to leave it aside for a while.

3rd Mar 2020, 9:22 AM
Betina
Betina - avatar
4 Answers
+ 2
mobile : - native android : java, kotlin - hybrid multiplatform app with JavaScript : ReactNative
3rd Mar 2020, 9:32 AM
Gordon
Gordon - avatar
+ 2
You need to learn Java, there is no way around it Android part encompasses learning XML for the app design, understanding concepts of Android and using said concepts programmatically with Java Beginners should probably use an IDE (PraneethVT preferred Android Studio over Eclipse) Building your first app is time-consuming: it won't happen overnight. This is not a project for those looking for a fast result When stuck on a problem (which will inevitably happen), turn to Stack Overflow. If no luck there, look to the Android Subreddit where there is a helpful community
3rd Mar 2020, 10:17 AM
Husniddin Madaminov🇺🇿
Husniddin Madaminov🇺🇿 - avatar
+ 2
From my experience , first you should learn C programming language before any language. It's concept used in almost all programming language. 👍👍 Bro, <No code advertising in other people's threads >
3rd Mar 2020, 2:00 PM
ƬIMΛ
ƬIMΛ - avatar
+ 1
You can use web development programming to build mobile apps. Learn React Native
3rd Mar 2020, 9:52 AM
Calviղ
Calviղ - avatar