Skip to content

This example developed to help developer to understand instagram login xml with keyboard soft implementation

License

Notifications You must be signed in to change notification settings

hajiyevelnur92/example-instagram-login

Repository files navigation

example-instagram-login

This example developed to help developer to understand instagram login xml with keyboard soft implementation

Usage

image

Gradle

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
     implementation 'com.github.hajiyevelnur92:example-instagram-login:1.0'
}