Unfortunately, learning to develop for Android is actually one of the trickier places to start . Building Android apps requires not only an understanding of Java (in itself a tough language), but also project structure, how the Android SDK works, XML, and more.
Read moreWhy is Android programming so complicated?
Android development is complicated because Java is used for Android development and it is verbose language . If there are more lines, it will be more complicated to understand, debug, or maintain code. Also, the IDE used in android development is usually the Android Studio.
Read more