Multiple dimensions library for Android Mobile and Tablet
Multiple dimensions library for Android Mobile and Tablet to create a responsive screen design in single layout file.
To add this Library in your project :
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Basic Usage :
dependencies {
implementation 'com.github.kishansinghpanwar
v1.0.0'
}
Example :
To use this Multi Dimensions library, please see this layout : activity_main.xml
🌟 Thank you for using this library and If this is useful for you, then please Star 🌟 this. Also you can send pull request and create a issue for any bug. Thanks again.