How To Make Any Android Application Responsive ?? (Responsive)
For making any android application responsive we can use
SDP - a scalable size unit
An android lib that provides a new size unit - sdp (scalable dp). This size unit scales with the screen size. It can help Android developers with supporting multiple screens.implementation
'com.intuit.sdp:sdp-android:1.1.0'
link for git hub repo: https://github.com/intuit/sdp
Comments
Post a Comment