How to get appropriate images in respective android Device in Android Studio

You have to follow this to support multiple devices : changes in screen density. xlarge screens are at least 960dp x 720dp large screens are at least 640dp x 480dp normal screens are at least 470dp x 320dp small screens are at least 426dp x 320dp Make this layout files, so that it will be … Read more