ActivityResultLauncher

English | 中文

Activity Result API is an official tool used to replace the method of startActivityForResult() and onActivityResult(). But the API is not very friendly to use, so this library helps you use the Activity Result API in as many scenarios as possible with easier to use code, it also supports encapsulating the function that projects use with startactivityForResult()

Feature

  • Replace startActivityForResult() perfectly
  • Support for the usage of Kotlin and Java
  • Support for taking picture
  • Support for taking video
  • Support for selecting pictures or videos (Adapted to Android 10)
  • Support for cropping pictures (Adapted to Android11)
  • Support for requesting permission
  • Support for enabling Bluetooth
  • Support for enabling positioning
  • Support for the use of storage access frameworks
  • Support for selecting contacts

Demo

screenshot

Click or scan the QR code to download

QR code

Gradle

Add it in your root build.gradle at the end of repositories:

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

Add dependencies:

dependencies {
    implementation 'com.github.DylanCaiCoding:ActivityResultLauncher:1.0.1'
}

Wiki

Kotlin usage

Java usage

Others

Change log

Releases

Author’s other libraries

  • LoadingHelper, a highly expandable Android library for decoupling the code of toolbar or loading status view.
  • ViewBindingKTX, the most comprehensive utils of ViewBinding.

License

Copyright (C) 2021. Dylan Cai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

GitHub

https://github.com/DylanCaiCoding/ActivityResultLauncher