5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin2,734 forks (2,734 forks)batch import
good first issuetype: task
Repository metrics
- Stars
- 13,479 stars (13,479 stars)
- PR merge metrics
- Avg merge 7d 4h (Avg merge 7d 4h)81 merged PRs in 30d (81 merged PRs in 30d)
Description
Use the Activity Result API instead of manually calling startActivityForResult() and handling the result in onActivityResult().
Contributor guide
- Research direction
- Replace all manual startActivityForResult() calls with Activity Result API using ActivityResultContracts and registerForActivityResult().
- Tech stack
- kotlinandroid
- Domain
- mobile
- Issue type
- Refactor
- Prerequisites
- Android developmentKotlinAndroidX