4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java5,028 stars (5,028 stars)1,123 forks (1,123 forks)batch import
help wanted
Description
action uri 不用指定具体activity只要接受到相关action 就可以启动,例如打开网页,打开详情,外部app跳转
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Android intentsSmall framework basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests a feature to start activities via action URIs without specifying the exact activity. The repository 'Small' is an Android framework for modular apps. To implement this, one could look at the existing activity launch mechanism in Small's core (likely in Java). Review how intents are currently handled and consider adding an intent filter that parses the action URI and matches it to registered modules. Check if there are any related issues or comments. The issue is old, so confirm if it's still relevant. Provide a clear implementation plan and ensure backward compatibility.