Libraries Added : // for responsive layouts implementation 'com.intuit.sdp:sdp-android:1.0.6'
// retrofit API library & conversion of gson
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
implementation 'com.google.code.gson:gson:2.6.2'
//okhttp3 for getting response in Logcat
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
//material component for using TextInputLayout
implementation 'com.google.android.material:material:1.0.0'
ScreenShots are also attached