+ 1
Do I need to learn anything but Java and XML to make apps on Android?
2 Antworten
+ 1
Using Java and XML as your foundation for Android Programming is fine but if you want to build more robust, high quality apps, that won't be enough.
You must also learn how to use and maximize the features of the IDEs used for Android Programming.
Learn how to integrate frameworks and APIs to your program for much faster development.
Improve your knowledge on database manipulation. Especially for SQLite and other cloud based database services.
Also try to study Material Design for it is the new trend in designing mobile apps.
+ 1
love