阿神2017-04-17 17:18:04
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.
高洛峰2017-04-17 17:18:04
For layout, you can use percentage layout. For tablets, fragments are mostly used
黄舟2017-04-17 17:18:04
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.