Skip to content

Replace startActivityForResult() method gracefully, based on the Activity Result API. (优雅地替代 startActivityForResult(),基于 Activity Result API)

License

Notifications You must be signed in to change notification settings

DylanCaiCoding/ActivityResultLauncher

Repository files navigation

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() gracefully
  • Support for the usage of Kotlin and Java
  • Support for the usage of coroutine
  • Support for taking picture (Adapted to Android 10)
  • Support for taking video (Adapted to Android 10)
  • Support for selecting pictures or videos
  • 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.1.2'
}

Wiki

Kotlin usage

Java usage

Others

Change log

Releases

Author's other libraries

Library Description
Longan Probably the best Kotlin utils library for Android.
LoadingStateView Decoupling the code of toolbar or loading status view.
ViewBindingKTX The most comprehensive utils of ViewBinding.
MMKV-KTX Easier to use the MMKV.
Tracker A lightweight tracking framework based on the tracking idea of Buzzvideo.

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.

About

Replace startActivityForResult() method gracefully, based on the Activity Result API. (优雅地替代 startActivityForResult(),基于 Activity Result API)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published