example-instagram-login
This example developed to help developer to understand instagram login xml with keyboard soft implementation
Usage
Gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.hajiyevelnur92:example-instagram-login:1.0'
}