+ 3
Any Good Books for Android App Programming?
:) i really wanna learn how to programm Android App's. Does anybody know some good Books or Sites to learn? Thanks allot! :D
2 Respostas
+ 7
depends on what you want to use to create them
you have
1) app inventor (easiest)
2) cordova
use html css js
3) java :
android studio or eclipse
official site
android programming for beginners
pakt pub
4) c# :
xamarin studio
xamarin university
5) kotlin
6) dart
also youtube is 👍👍👍👍
+ 4
Wow, dart can be used to write something for Android (didn't know it before)? How it (written code) acts on (at) Android? Can you make an .apk? Does it use something "in the middle" (Between Android and your code, like Cordova/Ionic/Kiwy or something of that kind or is it translated somehow to Java?