Compatibility can only be configured under each drawable. If you want to achieve native effects, you can try the deviceone platform, which can achieve adaptive and native effects for android, ios, and windows.
The application can determine whether it is running on a mobile phone or a tablet. On Android, it can use different layouts for different devices. I don't know about iOS.
Compatibility can only be configured under each drawable. If you want to achieve native effects, you can try the deviceone platform, which can achieve adaptive and native effects for android, ios, and windows.
For layout, you can use percentage layout. For tablets, fragments are mostly used
The application can determine whether it is running on a mobile phone or a tablet. On Android, it can use different layouts for different devices. I don't know about iOS.