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.
4 Answers
+ 2
mobile :
- native android : java, kotlin
- hybrid multiplatform app with JavaScript : ReactNative
+ 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
+ 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 >
+ 1
You can use web development programming to build mobile apps. Learn React Native