brainer3220 / brainer3220/ITmmunity

If want, can open content with other internet app

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Kotlin
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```kotlin
val i = Intent(Intent.ACTION_VIEW)
i.data = Uri.parse(aNews?.url)
context.startActivity(i)
```

reference: https://stackoverflow.com/a/3004542/10445743

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the screen or handler that displays aNews?.url and review how external links are currently handled. Use the provided Kotlin Intent example as the reference, then run the Android app and confirm that a news link opens in another internet app.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.