0
At the momen What tools do you have to create Android applications? I am new to this, but I like it and I am hungry for knowledg
2 Respuestas
+ 2
You don't need much more than Android Studio, the idea and then the knowledge, commitment and time to get it done.
The forum and the code playground are full of information and resources which can help. Unfortunately, the compiler on Sololearn was never meant to handle a full on Android application, but you can still write code and copy it across later.
https://sololearn.com/compiler-playground/W7euZzWE7eXg/?ref=app
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/542458/?ref=app
https://www.sololearn.com/discuss/823823/?ref=app
https://www.sololearn.com/discuss/396865/?ref=app
+ 1
There are a bunch of ways to create apps for Android. But all of them require you are a fairly good programmer first. Mainly because there are a lot of bits and pieces to it all.
For many apps, you can use Android Studio. It's the go-to tool for Android apps. You can use Java or Kotlin for this.
For game apps, you can use Godot, Unity, or Unreal.
Godot is easiest and uses GDScript or C#.
Unity is most popular and uses C#.
Unreal is best at 3D and uses C++.
For basic apps, you can also build apps with REACT Native. But that requires you to know HTML, CSS, JavaScript, and learn REACT. REACT Native gives you the advantage of building web apps, Android apps, and iOS apps from one code base.
If you have not really learned to write code yet, don't get focused on Android. Focus on the languages themselves and then learn how to target platforms.