Skip to content

KareemMansy123/register-for-result

Repository files navigation

register-for-result

register for result is very powerful library in android google has been switched startActivityForResult() to registerForActivityResult() so you can use this library to (get data from another activity , camira , mic , ATC....)

Setup Guide

    repositories {
	...
	maven { url 'https://jitpack.io' }
   }
}
dependencies {
           implementation 'com.github.KareemMansy123:register-for-result:Tag'
   }

Usage Kotlin

ActivityResultRequester(context as FragmentActivity).request( Your Intent here ){ 
//todo your response here 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages