+ 1
How to become steps by steps good Android developer ?
Someone tell if a person who only don't have any knowledge about any language. But want to become good Android developer.
5 Antworten
+ 7
learn one of these:
Java - Kotlin - Dart - JavaScript - C#
With that you can make apps, choose the one you like.
+ 6
Calviղ That actually only affects those who are going to create apps with too many requirements. And the truth I see much better Flutter (Dart) and ReactNative (Typescript) to create apps.
+ 4
You can consider Flutter, comparatively it's easier to learn for beginners, and it can create apps for Android and iPhone apps with the same code.
For your information, Java or Kotlin is more powerful in create Android apps, but it cannot create iPhone apps, we need to rewrite the code in swift code in order to make the same app for iPhone.
0
1. Learn Java or Kotlin (official languages of Android)
2. Get Android Studio and understand how it works with the above languages
3. Practice, practice, practice