+ 1
Please I'm New here. And I want to know the skills needed to create an Android application
How to create Android application
3 Respostas
+ 3
Java , Kotlin and JavaScript .Learn these languages, if you like in the order in which I have mentioned .But knowing one will do.
Happy coding😉
+ 3
1. a basic knowledge of java will be enough. such as loops etc.
Download an book for beginners. Download source code for that book from book's web page, gitlab or github.
2. install android studio without virtual device, use your phone as emulator if you have android device. If you dont have android device use memu as emulator it. It will be automatically detected by android studio if you open it. Memu is faster than android studios built in emulators
Step by step follow book. Try to modify code and see effects. It is risk free. Close your eyes randomly hit keyboard. noting will happen at most a few error messages.
Before starting book you can watch an 2 hour tutorial. Even you don't understand it will give you an fake motivation that you have learnt a lot.
If you have time you can learn it. 100 thousands of people are learning it. it is not a big deal.
0
Thank you all