Hello, I am a beginner programmer and have encountered one problem. I was looking for an answer on the Internet but I did not find it. Help me please. I need to make it so that at different resolutions of screens, for example, at 480x800 and at 720x1280, a layout file, for example, main.xml, is loaded different. How can this be implemented? Somewhere I heard that you need to create a new directory in the res folder.
- Strange looking. The official Android website has the answer. developer.android.com/training/basics/supporting-devices/… - Lucky_spirit
|