I want to be an Android developer. As Android Studio is hungry for memory, I don't have enough memory for Android Studio on my computer. But I want to continue android development without Android Studio.
I tried to build a project without Android Studio. Firstly, I set up Android SDK on my system. Then I built a maven project using Visual Studio code. I added the dependency androidx. But I couldn't have appcompat in androidx. That's why I couldn't continue.
Again, Android Studio has Layout Editor in which Android UI components can be dragged and dropped. As I don't want to use Android Studio, I couldn't find any tools that I can drag and drop the UI components and it will translate the design to XML.
So I want a proper guideline if there is an alternative way to continue android development. If so, please help me from the beginning. How to build project and add all libraries I need? And how to design android layout easily?