+ 1
I want to learn Android app development with Java and xml
How I can learn it on solo learn?
3 Respuestas
+ 3
yash chandrawal you can learn Java basics from here. The Java used in Android development is a bit different compared to the normal Java which we see here. But it's a good start to learn basic java. So you will get the idea of how it works and how the data is managed. Later you can check out some YouTube channels or websites to learn Android development with Java and XML. Also never forget to check out the documentation of Android to stay updated with the latest updates.
+ 2
It's almost impossible to find documentation how to make android apps with Java and xml after they switched to kotlin and their declarative UI. Declarative UI is a mess where design and logic are mixed in a way that makes it a total mess. You could also use .Net Maui instead where design and logic are separated, and where the design is defined in xml files. You just need to have skills in C#.